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"
|
||||
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
vendored
2
.gitignore
vendored
|
@ -16,4 +16,4 @@ src/data/*
|
|||
src/output.map
|
||||
|
||||
/.venv
|
||||
/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc
|
||||
/scripts/__pycache__/*
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue