summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-08-28 22:53:27 (GMT)
committerGitHub <noreply@github.com>2019-08-28 22:53:27 (GMT)
commitf6190b9195cca0eecc2d66d2acd0ae3170f3b192 (patch)
tree0e98d9c13090e628a4584d4d8dddf54810460290 /.github
parent391f9077d9fc3880a3eef667e06453c4120ccb3e (diff)
downloadSCons-f6190b9195cca0eecc2d66d2acd0ae3170f3b192.zip
SCons-f6190b9195cca0eecc2d66d2acd0ae3170f3b192.tar.gz
SCons-f6190b9195cca0eecc2d66d2acd0ae3170f3b192.tar.bz2
Update issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md51
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md33
2 files changed, 58 insertions, 26 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index eeeb6bc..dd84ea7 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,13 +1,38 @@
-## 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
-
-* Link to SCons Users thread discussing your issue.
-* Version of SCons
-* Version of Python
-* Which python distribution if applicable (python.org, cygwin, anaconda, macports, brew,etc)
-* How you installed SCons
-* 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")
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. iOS]
+ - Browser [e.g. chrome, safari]
+ - Version [e.g. 22]
+
+**Smartphone (please complete the following information):**
+ - Device: [e.g. iPhone6]
+ - OS: [e.g. iOS8.1]
+ - Browser [e.g. stock browser, safari]
+ - Version [e.g. 22]
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index eeeb6bc..bbcbbe7 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,13 +1,20 @@
-## 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
-
-* Link to SCons Users thread discussing your issue.
-* Version of SCons
-* Version of Python
-* Which python distribution if applicable (python.org, cygwin, anaconda, macports, brew,etc)
-* How you installed SCons
-* 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")
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.