From 84843df640e34f83ebea25be851204f400a0d9ec Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 28 Aug 2019 16:00:21 -0700 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++++++++- .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++++++++++++++-- 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. -- cgit v0.12