Skip to content

Commit

Permalink
Update issue templates (#806)
Browse files Browse the repository at this point in the history
* Update issue templates

The Community health check was showing missing Issue Templates even after #801, so I went through the github wizard and added these. The wording is largely the same as #801 but also adds two types.

* Delete ISSUE_TEMPLATE.md

The github wizards wants to name this something different and adds its own. Text copied from here to there.
  • Loading branch information
wtgee authored Apr 2, 2019
1 parent 06fb91d commit 4ef6e70
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 33 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**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

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

**Related Issues**
Please link any related Issues if known.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
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 [...]

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

**Related Issues/PRs**
If there are any related Issues or PRs list them here:
##### Depends on:
##### Required by:
33 changes: 0 additions & 33 deletions ISSUE_TEMPLATE.md

This file was deleted.

0 comments on commit 4ef6e70

Please sign in to comment.