Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue templates #1426

Merged
merged 1 commit into from Sep 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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?