From ecc0d6ce517e25fe51ff9d8924d5d8672f6fbea4 Mon Sep 17 00:00:00 2001 From: Weiyuan Wu Date: Sat, 3 Oct 2020 20:21:20 -0700 Subject: [PATCH] chore: add task template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/task-template.md | 50 +++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/task-template.md 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