diff options
| author | 2019-12-12 15:05:01 +1000 | |
|---|---|---|
| committer | 2019-12-12 15:05:01 +1000 | |
| commit | 8d0448f32787976a26fb24772713a5588f6cc353 (patch) | |
| tree | 7e7d0d14e1fc617797c2e7f68f2b545ce1598a02 | |
| parent | Refine the pull request sections and use proper comments. (diff) | |
Put additional details and reserve section on all templates.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 11 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-enhancement.md | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new-feature.md | 5 | ||||
| -rw-r--r-- | .github/pull_request_template.md | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ad15530b..5f257f12 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -30,5 +30,16 @@ assignees: '' - [ ] Android App - [ ] iOS App +## Possible Solutions +<!-- Detail any solutions you might have in mind to be able to resolve the bug. --> + + ## Additional Details <!-- Delete this section if not applicable. --> + + +## Would you like to implement a fix? +***Note: For high/critical priority bugs, fixes may be implemented immediately by staff.*** +<!-- Replace [ ] with [x] with your choice. --> +- [ ] I'd like to implement the bug fix +- [ ] Anyone can implement the bug fix diff --git a/.github/ISSUE_TEMPLATE/feature-enhancement.md b/.github/ISSUE_TEMPLATE/feature-enhancement.md index 2d48043b..7fae7554 100644 --- a/.github/ISSUE_TEMPLATE/feature-enhancement.md +++ b/.github/ISSUE_TEMPLATE/feature-enhancement.md @@ -27,6 +27,11 @@ assignees: '' <!-- Outline any possible issues the enhancement might present --> +## Additional Details +<!-- Delete this section if not applicable. --> + + ## Would you like to reserve implementing it? +<!-- Replace [ ] with [x] with your choice. --> - [ ] I'd like to implement the enhancement - [ ] Anyone can implement the enhancement diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md index 0fe933fc..b63226a2 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.md +++ b/.github/ISSUE_TEMPLATE/new-feature.md @@ -27,6 +27,11 @@ assignees: '' <!-- Outline any possible issues the feature might present --> +## Additional Details +<!-- Delete this section if not applicable. --> + + ## Would you like to reserve implementing it? +<!-- Replace [ ] with [x] with your choice. --> - [ ] I'd like to implement the feature - [ ] Anyone can implement the feature diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cbc9830f..a112af09 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,6 +24,10 @@ assignees: '' <!-- You can add images by just copy pasting them directly in the editor. --> +## Additional Details +<!-- Delete this section if not applicable. --> + + ## Did you: <!-- These are required when contributing. --> <!-- Replace [ ] with [x] to mark items as done. --> |