Skip to content

Commit

Permalink
Merge pull request #82 from jwhett/fix-templates
Browse files Browse the repository at this point in the history
Fix templates
  • Loading branch information
whereswaldon authored Jan 16, 2019
2 parents ab3bda6 + 16caee0 commit 4f3a6a5
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 29 deletions.
41 changes: 28 additions & 13 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,39 @@
---
title: 'Bug report'
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
---
assignees: ''

## Expected Behavior
---

1.
1.
1.
**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 '....'
3. Scroll down to '....'
4. See error

## Current Behavior
**Expected behavior**
A clear and concise description of what you expected to happen.

1.
1.
1.
**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]

## Other Observations
**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.

26 changes: 14 additions & 12 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
---
title: 'Feature Request'
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
---
assignees: ''

## Story
---

**Story**
As a `user`
I want `this feature`
so that `it does a thing.`

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

## Feature Explanation


## Use-cases

Example use-cases addressed by this feature.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

-
-
-
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

8 changes: 6 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/pr-bugfix.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
title: 'Bug Fix'
name: Bug Fix
about: Submit a PR to fix a bug
title: ''
labels: bug
assignees: ''

---

Fixes # .
Expand All @@ -11,7 +15,7 @@ Erase all that do not apply:
- This PR modified keybindings (either changing defaults or adding new actions)
- This PR modified the visible UI

Changes proposed:
**Changes proposed**:

-
-
Expand Down
8 changes: 6 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/pr-feature.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
title: 'Feature Implementation'
name: Feature Implementation
about: Submit a PR with a new feature
title: ''
labels: enhancement
assignees: ''

---

Implements # .
Expand All @@ -11,7 +15,7 @@ Erase all that do not apply:
- This PR modified keybindings (either changing defaults or adding new actions)
- This PR modified the visible UI

## Feature explanation
**Feature explanation**



0 comments on commit 4f3a6a5

Please sign in to comment.