Update issue templates
This commit is contained in:
parent
bfbeb37219
commit
9edd3e29ae
3 changed files with 22 additions and 1 deletions
10
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Custom issue template
|
||||||
|
about: Describe this issue template's purpose here.
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Frontend Submission
|
name: Frontend Submission
|
||||||
about: 'This can be used to submit a frontend (alternatively to PRs) '
|
about: 'This can be used to submit a frontend (alternatively to PRs) '
|
||||||
title: ''
|
title: "[ADD]"
|
||||||
labels: Suggestion
|
labels: Suggestion
|
||||||
assignees: digitalblossom
|
assignees: digitalblossom
|
||||||
|
|
||||||
|
|
11
.github/ISSUE_TEMPLATE/list-modification.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/list-modification.md
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
name: List Modification
|
||||||
|
about: This can be used to suggest a change to the existing list (alternatively to
|
||||||
|
PRs)
|
||||||
|
title: "[MODIFY]"
|
||||||
|
labels: Modification
|
||||||
|
assignees: digitalblossom
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue