Simple Gitea issue templates

Just to get something better than a blank form.
This commit is contained in:
Sybren A. Stüvel 2023-02-07 17:30:00 +01:00
parent 6b60a5e828
commit 4a2d1d47a6
4 changed files with 54 additions and 0 deletions

@ -0,0 +1,33 @@
name: Bug Report
about: File a bug report
labels:
- "type::Report"
- "status::Needs Triage"
- "priority::Normal"
body:
- type: markdown
attributes:
value: |
### Instructions
First time reporting? See [tips](https://wiki.blender.org/wiki/Process/Bug_Reports).
* Include your system information below.
* If there are multiple bugs, make multiple bug reports.
- type: textarea
id: body
attributes:
label: "Description"
hide_label: true
value: |
**System Information**
Operating System(s):
**Flamenco Version**
Is Broken: <!-- the Flamenco version you have this issue with. -->
Worked OK: <!-- the version that still worked ok, if this worked before. -->
**Short description of error**
**Exact steps for others to reproduce the error**
<!-- Include steps to reproduce the issue, and make sure you describe both what is happening and what you expected to happen. -->

@ -0,0 +1 @@
blank_issues_enabled: false

@ -0,0 +1,10 @@
name: Design
about: Create a design task (for developers only)
labels:
- "type::Design"
body:
- type: textarea
id: body
attributes:
label: "Description"
hide_label: true

@ -0,0 +1,10 @@
name: To Do
about: Create a to do task (for developers only)
labels:
- "type::To Do"
body:
- type: textarea
id: body
attributes:
label: "Description"
hide_label: true