From 7b31c8ddd22a3c78f4bb13ca468540201cc6cd7f Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 27 Oct 2020 21:06:50 +1100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++-- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 28b443164..8fad79124 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,8 +8,12 @@ assignees: '' --- ##################################################### - If you have a technical issue, please do not open a bug this way! - Please use the `wails issue` command! + **If you have a technical issue, please do not open a bug this way!** + Please use the `wails issue` command! + If you do not do this then the issue may be closed automatically. + + NOTE: If your bug is related to Windows, make sure you read + the [Windows Developer Guide](https://wails.app/guides/windows/) ##################################################### **Description** @@ -33,3 +37,5 @@ Please provide your platform, GO version and variables, etc **Additional context** Add any other context about the problem here. + +- [ ] This issue is for Windows and I have read the [Windows Developer Guide](https://wails.app/guides/windows/) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..11fc491ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +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.