Skip to content

Commit

Permalink
update issue report
Browse files Browse the repository at this point in the history
added __pycache__ to gitignore
  • Loading branch information
lumapu committed Aug 16, 2024
1 parent f1f4481 commit e07751e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/report.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: "AhoyDTU bug"
description: "File a bug report"
title: "[Bug]"
labels: ["bug", "needs-triage"]
assignees:
- lumapu
name: "issue report"
description: "issue report"
title: ""
labels: ["new", "needs-triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ src/data/*
src/output.map

/.venv
/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc
/scripts/__pycache__/*
Binary file not shown.

0 comments on commit e07751e

Please sign in to comment.