diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 944ee6868..0231d376a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: 'type: bug, triage required' +labels: 'triage required, type: bug' assignees: dovahcrow --- diff --git a/.github/ISSUE_TEMPLATE/task-template.md b/.github/ISSUE_TEMPLATE/task-template.md new file mode 100644 index 000000000..e70d3f883 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task-template.md @@ -0,0 +1,50 @@ +--- +name: Task Template +about: Task template (for team use) +title: 'Feature Proposal: xxxyyyzzz' +labels: 'type: enhancement' +assignees: '' + +--- + + + + + + + +## Summary + + +## UI-level Explanation + + + + +## Implementation-level Explanation + + + + +## Rational and Alternatives + + +## Prior Art + + +## Future Possibilities + +## Additional Tasks + +- [ ] The documentation is changed accordingly. +- [ ] Tests are added accordingly. \ No newline at end of file