Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
These aim to make it a little easier for people to open new issues and
help improve the data that's communicated.

https://help.github.com/en/articles/using-issue-and-pull-request-templates
  • Loading branch information
nickcharlton committed Sep 13, 2019
1 parent 1555f9e commit 342267e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,11 @@
---
name: Bug report
about: Did something not work as expected?
labels: 'bug'
---

* What were you trying to do?
* What did you end up with (logs, or, even better, example apps are great!)?
* What versions are you running?
- Rails
- administrate
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,9 @@
---
name: Feature request
about: Is there something new you'd like to see in administrate?
labels: 'feature-request'
---

* What would you like to be able to do? Can you provide some examples?
* How could we go about implementing that?
* Can you think of other approaches to the problem?

0 comments on commit 342267e

Please sign in to comment.