Skip to content

Commit

Permalink
Merge pull request #1257 from Automattic/update-github-templates
Browse files Browse the repository at this point in the history
Update GitHub Templates
bummytime authored May 2, 2019
2 parents cec9c86 + af32a99 commit d9ae847
Showing 4 changed files with 49 additions and 75 deletions.
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

44 changes: 20 additions & 24 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
---
name: "\U0001F41E Bug report"
about: Report a bug if something isn't working as expected in the Simplenote Electron
app.
title: ''
name: "\U0001F41E Bug Report"
about: "Report a bug if something isn't working as expected in the Simplenote Electron app."
title: ""
labels: bug
assignees: ''

assignees: ""
---

**Describe the bug**
A clear and concise description of what the bug is. 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.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Observed
***(Required)*** Add a concise description of what you observed.

Can you reproduce this bug consistently using the steps above? If not, please elaborate.
### 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...
**Screenshots**
If applicable, add screenshots or videos to help explain your problem.
***(Optional)*** If applicable, add screenshots, animations, or videos to help illustrate your problem.

**Expected behavior**
A clear and concise description of what you expected to happen.
***(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.

**Environment**
Please include:
- Device:
- Operating system and version:
- Simplenote version:
Make|Model|OS Version|App Version
-|-|-|-
SYSTEM_MAKE|SYSTEM_MODEL|OS_VERSION|APP_VERSION
25 changes: 11 additions & 14 deletions .github/ISSUE_TEMPLATE/---feature-request.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
---
name: "\U0001F680 Feature request"
about: "Suggest a new feature or enhancement to an existing one. \U0001F389 We'll
consider building it if it receives sufficient interest! \U0001F44D"
title: ''
name: "\U0001F680 Feature Request"
about: "Suggest a new feature or enhancement to an existing one in the Simplenote Electron app."
title: ""
labels: feature request
assignees: ''

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 [...]
Please, be as descriptive as possible. Issues lacking detail, or for any other reason than to request a feature, may be closed without action.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
### What
***(Required)*** What is the feature you are requesting? Add a concise description of the feature being requested.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
### Why
***(Required)*** Why are you requesting this feature? Add a concise description of the problem this feature solves.

**Additional context**
Add any other context or screenshots about the feature request here.
### How
***(Optional)*** If applicable, add screenshots, animations, or videos to help illustrate how the feature could be done.
19 changes: 18 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
<!-- Don’t worry if the AppVeyor check fails. We are in the process of setting this up and it is currently not working for forked PRs. Just make sure that `npm test` passes on your local machine. Thank you! -->
### Fix
***(Required)*** Add a concise description of what you fixed. If this is related to an issue, add a link to it. If applicable, add screenshots, animations, or videos to help illustrate the fix.

### Test
***(Required)*** List the steps to test the behavior. For example:
> 1. Go to...
> 2. Tap on...
> 3. See error...
### Review
***(Required)*** Add instructions for reviewers. For example:
> Only one developer and one designer are required to review these changes, but anyone can perform the review.
### Release
***(Optional)*** Add a concise statement to `RELEASE-NOTE-txt` if the changes should be included in release notes. Include details about updating the notes in this section. For example:
> `RELEASE-NOTES.txt` was updated in d3adb3ef with:
>
> > Added markdown support

0 comments on commit d9ae847

Please sign in to comment.