chore(ci/cd): update ISSUE_TEMPLATE/* (#312)

This commit is contained in:
nopeitsnothing
2023-06-19 20:44:44 +00:00
committed by GitHub
parent 6f1362bd40
commit fc5fc7f74f
4 changed files with 79 additions and 34 deletions

21
.github/ISSUE_TEMPLATE/build.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: "CI/CD"
description: Any changes/issues for the build process
labels: ["chore"]
assignees:
- nopenothinghere
body:
- type: markdown
attributes:
value: |
Briefly describe the issue or change.
Note: you can also open a [discussion](https://github.com/Anon-Planet/thgtoa/discussions/new/choose).
- type: textarea
id: description
attributes:
label: Short description
description: Please describe what should be fixed/changed.
placeholder: Makefile doesn't build [document.md]. Here's how it can be fixed.
validations:
required: true