mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 09:46:26 +02:00
update issue report
added __pycache__ to gitignore
This commit is contained in:
parent
f1f4481693
commit
e07751e4df
3 changed files with 5 additions and 7 deletions
10
.github/ISSUE_TEMPLATE/report.yaml
vendored
10
.github/ISSUE_TEMPLATE/report.yaml
vendored
|
@ -1,9 +1,7 @@
|
||||||
name: "AhoyDTU bug"
|
name: "issue report"
|
||||||
description: "File a bug report"
|
description: "issue report"
|
||||||
title: "[Bug]"
|
title: ""
|
||||||
labels: ["bug", "needs-triage"]
|
labels: ["new", "needs-triage"]
|
||||||
assignees:
|
|
||||||
- lumapu
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -16,4 +16,4 @@ src/data/*
|
||||||
src/output.map
|
src/output.map
|
||||||
|
|
||||||
/.venv
|
/.venv
|
||||||
/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc
|
/scripts/__pycache__/*
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue