Update issue templates

Make boilerplate/suggestions into comments so they don't show up in final issue if people forget to edit them out.

Add default labels to identify issues needing triage.
This commit is contained in:
Tom Morris 2020-05-30 16:01:41 -04:00 committed by GitHub
parent 0690f45762
commit 437837ee7a
2 changed files with 17 additions and 9 deletions

View File

@ -1,6 +1,9 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve OpenRefine about: Create a report to help us improve OpenRefine
title: ''
labels: bug, triage needed
assignees: ''
--- ---
@ -9,13 +12,15 @@ about: Create a report to help us improve OpenRefine
**To Reproduce** **To Reproduce**
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. <!-- Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 4. See error -->
**Current Results** **Current Results**
<!-- What results occured or were shown. --> <!-- What results occurred or were shown. -->
**Expected behavior** **Expected behavior**
<!-- A clear and concise description of what you expected to happen or to show. --> <!-- A clear and concise description of what you expected to happen or to show. -->
@ -23,13 +28,13 @@ Steps to reproduce the behavior:
**Screenshots** **Screenshots**
<!-- If applicable, add screenshots to help explain your problem. --> <!-- If applicable, add screenshots to help explain your problem. -->
**Desktop (please complete the following information):** **Desktop<!-- (please complete the following information)-->:**
- OS: [e.g. iOS, Windows 10, Linux, Ubuntu 18.04] - OS: <!-- e.g. iOS, Windows 10, Linux, Ubuntu 18.04 -->
- Browser Version: [e.g. Chrome 19, Firefox 61, Safari, NOTE: OpenRefine does not support IE but works OK in most cases] - Browser Version: <!-- e.g. Chrome 19, Firefox 61, Safari, NOTE: OpenRefine does not support IE but works OK in most cases -->
- JRE or JDK Version:[output of "java -version" e.g. JRE 1.8.0_181] - JRE or JDK Version: <!-- output of "java -version" e.g. JRE 1.8.0_181 -->
**OpenRefine (please complete the following information):** **OpenRefine <!--(please complete the following information)-->:**
- Version [e.g. OpenRefine 3.0 Beta] - Version <!-- e.g. OpenRefine 3.0 Beta] -->
**Datasets** **Datasets**
<!-- If you are allowed and are OK with making your data public, it would be awesome if you can include or attach the data causing the issue or a URL pointing to where the data is. <!-- If you are allowed and are OK with making your data public, it would be awesome if you can include or attach the data causing the issue or a URL pointing to where the data is.

View File

@ -1,6 +1,9 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for OpenRefine about: Suggest an idea for OpenRefine
title: ''
labels: enhancement, triage needed
assignees: ''
--- ---