Skip to content

Add separate issue templates for bugs/feature requests/docs #235

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

Merged
merged 2 commits into from
Feb 2, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: ⚠️ Bug/Issue report
about: Please provide as much detail as possible to help us with a bug or issue.
---

## Issue

<!-- Please describe your issue here --^ and provide as much detail as you can. -->

---

## Environment

<!-- change `[ ]` to `[x]` to select an option(s) -->
- **Your Identity Provider**: `e.g. IdentityServer 4 / Okta / Azure`
- **Platform that you're experiencing the issue on**:
- [ ] iOS
- [ ] Android
- [ ] **iOS** but have not tested behavior on Android
- [ ] **Android** but have not tested behavior on iOS
- [ ] Both
- **Are you using Expo, e.g. `ExpoKit`?**
- [x] No
- [ ] Yes, I've _not_ ejected
- [ ] Yes, but I **have** ejected to `ExpoKit`
- [ ] Yes, but I **have** ejected to vanilla React Native
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/Documentstion_Issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: 📖 Documentation Feedback
about: Report an issue with the documentation or suggest an improvement.
---

## Documentation Feedback

<!-- Please describe your documentation issue or suggested improvement in detail here and provide links to any pre-existing/relevant documentation. -->
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: 🎁 Feature request
about: Requesting new features
---

<!-- Please describe the desired feature, especially detailing the problem it should solve -->