diff --git a/.github/ISSUE_TEMPLATE/report.yaml b/.github/ISSUE_TEMPLATE/report.yaml index 19b71de2..2d591ea1 100644 --- a/.github/ISSUE_TEMPLATE/report.yaml +++ b/.github/ISSUE_TEMPLATE/report.yaml @@ -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: diff --git a/.gitignore b/.gitignore index bb6620a2..0df18078 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,4 @@ src/data/* src/output.map /.venv -/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc +/scripts/__pycache__/* diff --git a/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc b/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc deleted file mode 100644 index 6681c7af..00000000 Binary files a/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc and /dev/null differ