Skip to content

Commit

Permalink
Updates the bug report template (#2241)
Browse files Browse the repository at this point in the history
* Updates the bug report template
  • Loading branch information
belcherj authored Jul 30, 2020
1 parent e7a6c13 commit 23415b1
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,39 @@
---
name: "\U0001F41E Bug Report"
about: "Report a bug if something isn't working as expected in the Simplenote Electron app."
about: "Report a bug if something isn't working as expected in the Windows, Linux, or Web Simplenote app."
title: ""
labels: bug
assignees: ""
---

Please, be as descriptive as possible. Issues lacking detail, or for any other reason than to report a bug, may be closed without action.
<!-- Please, be as descriptive as possible. Issues lacking detail, or for any other reason than to report a bug, may be closed without action. -->

### Expected
***(Required)*** Add a concise description of what you expected.
<!-- ***(Required)*** Add a concise description of what you expected. -->

### Observed
***(Required)*** Add a concise description of what you observed.
<!-- ***(Required)*** Add a concise description of what you observed. -->

### Reproduced
***(Required)*** If you cannot reproduce this bug consistently, please elaborate. List the steps to reproduce the behavior. For example:
> 1. Go to...
> 2. Click on...
> 3. See error...
<!--
***(Required)*** If you cannot reproduce this bug consistently, please elaborate. List the steps to reproduce the behavior. For example:
1. Go to...
2. Click on...
3. See error...
-->

***(Optional)*** If applicable, add screenshots, animations, or videos to help illustrate your problem.
1.
2.
3.

***(Optional)*** If you reproduced the bug on a specific system, please replace SYSTEM_MAKE, SYSTEM_MODEL, OS_VERSION, and APP_VERSION below with the details for that system. If you reproduced the bug on multiple systems, please add a row for each system.
<!-- ***(Optional)*** If applicable, add screenshots, animations, or videos to help illustrate your problem. -->

Make|Model|OS Version|App Version
-|-|-|-
SYSTEM_MAKE|SYSTEM_MODEL|OS_VERSION|APP_VERSION
### Where did you see the bug
<!-- ***(Required)*** -->
- System Make:
- System Model:
- OS:
- OS version:
- Browser (if applicable):
- Browser version (if applicable):
- Simplenote app version:

0 comments on commit 23415b1

Please sign in to comment.