diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2022-11-20 09:31:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-20 09:31:20 -0600 |
| commit | db7bcd51ae09c4ef25e08096de563903f61e2380 (patch) | |
| tree | 5ae9977b48e1aff118fae3ebffb215b0b4afa887 /.github/ISSUE_TEMPLATE/blank_issue_template.yml | |
| parent | 327d225c3e9da802a31735edc113891960942a3e (diff) | |
| parent | 57a05b1653b316412492b7cf83738b702865b47e (diff) | |
Merge branch 'master' into nfc_impl
Diffstat (limited to '.github/ISSUE_TEMPLATE/blank_issue_template.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/blank_issue_template.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank_issue_template.yml b/.github/ISSUE_TEMPLATE/blank_issue_template.yml new file mode 100644 index 000000000..49b7f3822 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue_template.yml @@ -0,0 +1,10 @@ +name: New Issue (Developers Only) +description: A blank issue template for developers only. If you are not a developer, do not use this issue template. Your issue WILL BE CLOSED if you do not use the appropriate issue template. +body: + - type: markdown + attributes: + value: | + **If you are not a developer, do not use this issue template. Your issue WILL BE CLOSED if you do not use the appropriate issue template.** + - type: textarea + attributes: + label: "Issue" |
