branch: elpa/dirvish
commit 99bf59560695083c865060cfaa8b7f6055ff7867
Author: Alex Lu <[email protected]>
Commit: Alex Lu <[email protected]>
github: update issue template
---
.github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++
.github/ISSUE_TEMPLATE/feature_request.md | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml
b/.github/ISSUE_TEMPLATE/bug_report.yml
index 3ac05ed857..19f425df1d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -3,6 +3,13 @@ description: Create a report to help us improve
title: "[Bug] "
labels: "bug"
body:
+- type: checkboxes
+ id: updated-dirvish
+ attributes:
+ label: Please update dirvish first -- errors are often fixed by the time
they're reported.
+ options:
+ - label: I have updated dirvish to the latest commit and tested that the
issue still exists
+ required: true
- type: checkboxes
id: requirements
attributes:
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md
b/.github/ISSUE_TEMPLATE/feature_request.md
index 36e6310071..2fa2711e37 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
-title: '[Feature Request] '
-labels: 'enhancement'
+title: ''
+labels: enhancement
---
**Is your feature request related to a problem? Please describe.**