Skip to content

Commit

Permalink
Updates to the issue templates (#1693)
Browse files Browse the repository at this point in the history
This PR improves the formatting of the device information section, some wording changes and adds the "bug" label for bug reports. It also adds a line about searching for open issues before creating a new one.
  • Loading branch information
Jacalz committed Dec 30, 2020
1 parent bea5be6 commit b0e24a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: 'bug'
assignees: ''

---

<!-- Please search for open issues that relate to the same problem before opening a new one. -->

### Describe the bug:
<!-- A clear and concise description of what the bug is. -->
<!-- A clear and concise description about the bug. -->


### To Reproduce:
Expand All @@ -19,7 +21,7 @@ Steps to reproduce the behaviour:
4. See error

### Screenshots:
<!-- If applicable, add screenshots to help explain your problem. -->
<!-- If applicable, add screenshots or gifs to help explain your problem. -->


### Example code:
Expand All @@ -32,7 +34,7 @@ Write your code here.


### Device (please complete the following information):
- OS: [e.g. Linux, MacOS or iOS]
- Version: [e.g. 22]
- Go version: [e.g. 1.12.3]
- Fyne version: [e.g. 1.2.0 or git SHA]
- **OS:** <!-- [e.g. Linux, MacOS or iOS] -->
- **Version:** <!-- [e.g. 5.10.2, 10.13 High Sierra or 14.2] -->
- **Go version:** <!-- [e.g. 1.12.3] -->
- **Fyne version:** <!-- [e.g. 1.4.2 or git SHA] -->
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ assignees: ''

---

<!-- Please search for open issues that relate to the same feature before opening a new one. -->

### 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 [...] -->

Expand Down

0 comments on commit b0e24a3

Please sign in to comment.