From 7d3b5e63ea0264f527ef3510e3b773798681568f Mon Sep 17 00:00:00 2001 From: Luis Puerto Date: Sat, 9 Mar 2019 21:59:23 +0100 Subject: [PATCH] creating an specific bug report issue and deleting the general one --- .github/ISSUE_TEMPLATE.md | 43 ---------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++-------- 2 files changed, 23 insertions(+), 55 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 6d5db5180..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,43 +0,0 @@ -# Reporting errors - Prerequisites - -Read the documentation before generating an issue. - -Link: https://osgeo.github.io/homebrew-osgeo4mac/docs/installing-QGIS-3 - -Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - -- [ ] I tried to install after following the suggestions -- [ ] I am running the latest version -- [ ] I checked the documentation and found no answer -- [ ] I checked to make sure that this issue has not already been filed -- [ ] I uploaded logs: `brew gist-logs formula` - -# Expected Behavior - -Please describe the behavior you are expecting - -# Current Behavior - -What is the current behavior? - -# Failure Information (for bugs) - -Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template. - -## Steps to Reproduce - -Please provide detailed steps for reproducing the issue. - -1. step 1 -2. step 2 -3. you get it... - -## Context - -Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. - -* Operating System: - -## Failure Logs - -Please include any relevant log snippets or files here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea782..ab0345add 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,16 +1,30 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report about a problem you've come across title: '' labels: '' assignees: '' --- +**Please answers the following** + +I've... +- I read + - [ ] the [reporting issues](https://github.com/OSGeo/homebrew-osgeo4mac/wiki/Reporting-issues) + - [ ] the [troubleshooting](https://github.com/OSGeo/homebrew-osgeo4mac/wiki/Troubleshooting) +- [ ] I checked the documentation and found no answer +- [ ] I tried to install after following the suggestions +- [ ] I am running the latest version (`brew update` twice?) +- [ ] I checked to make sure that this issue has not already been filed +- [ ] I uploaded logs: `brew gist-logs formula` + **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 '....' @@ -18,21 +32,18 @@ Steps to reproduce the behavior: 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] +If applicable, add screenshots to help explain your problem. -**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. + +Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. + +**Logs** + +Please include the link to the uploaded gist here. \ No newline at end of file