Browse Source

update issue report

added __pycache__ to gitignore
main
lumapu 2 months ago
parent
commit
e07751e4df
  1. 10
      .github/ISSUE_TEMPLATE/report.yaml
  2. 2
      .gitignore
  3. BIN
      scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc

10
.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:

2
.gitignore

@ -16,4 +16,4 @@ src/data/*
src/output.map
/.venv
/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc
/scripts/__pycache__/*

BIN
scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc

Binary file not shown.
Loading…
Cancel
Save