summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-08-28 23:00:21 (GMT)
committerGitHub <noreply@github.com>2019-08-28 23:00:21 (GMT)
commit84843df640e34f83ebea25be851204f400a0d9ec (patch)
tree0ec63344ae5ddf82604461890e65c5fa3600a0e5 /.github
parent346a83a8c24b11e64c2ca51c04f6b55677462c5c (diff)
downloadSCons-84843df640e34f83ebea25be851204f400a0d9ec.zip
SCons-84843df640e34f83ebea25be851204f400a0d9ec.tar.gz
SCons-84843df640e34f83ebea25be851204f400a0d9ec.tar.bz2
Update issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md14
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md21
2 files changed, 32 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index eeeb6bc..e249a70 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,8 +1,20 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
## Please bring your issue to the SCons users mailing list before filing an issue here
## See: https://scons.org/bugs.html
-## If the issue is confirmed to be a bug please include the following information
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**Required information**
* Link to SCons Users thread discussing your issue.
* Version of SCons
* Version of Python
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index eeeb6bc..14f8e7e 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,8 +1,20 @@
-## Please bring your issue to the SCons users mailing list before filing an issue here
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+## Please bring your feature request to the SCons users mailing list before filing an issue here
## See: https://scons.org/bugs.html
-## If the issue is confirmed to be a bug please include the following information
+**Describe the Feature**
+A clear and concise description of what the feature request is.
+
+**Required information**
* Link to SCons Users thread discussing your issue.
* Version of SCons
* Version of Python
@@ -11,3 +23,8 @@
* What Platform are you on? (Linux/Windows and which version)
* How to reproduce your issue? Please include a small self contained reproducer. Likely a SConstruct should do for most issues.
* How you invoke scons (The command line you're using "scons --flags some_arguments")
+
+
+
+**Additional context**
+Add any other context or screenshots about the feature request here.