Skip to content

Commit cf6d5d0

Browse files
authored
Add separate issue templates for bugs/feature requests/docs (#235)
* Add separate issue templates for bugs/feature requests/docs * Use comment
1 parent 0563f3b commit cf6d5d0

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Bug_Report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: ⚠️ Bug/Issue report
3+
about: Please provide as much detail as possible to help us with a bug or issue.
4+
---
5+
6+
## Issue
7+
8+
<!-- Please describe your issue here --^ and provide as much detail as you can. -->
9+
10+
---
11+
12+
## Environment
13+
14+
<!-- change `[ ]` to `[x]` to select an option(s) -->
15+
- **Your Identity Provider**: `e.g. IdentityServer 4 / Okta / Azure`
16+
- **Platform that you're experiencing the issue on**:
17+
- [ ] iOS
18+
- [ ] Android
19+
- [ ] **iOS** but have not tested behavior on Android
20+
- [ ] **Android** but have not tested behavior on iOS
21+
- [ ] Both
22+
- **Are you using Expo, e.g. `ExpoKit`?**
23+
- [x] No
24+
- [ ] Yes, I've _not_ ejected
25+
- [ ] Yes, but I **have** ejected to `ExpoKit`
26+
- [ ] Yes, but I **have** ejected to vanilla React Native
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: 📖 Documentation Feedback
3+
about: Report an issue with the documentation or suggest an improvement.
4+
---
5+
6+
## Documentation Feedback
7+
8+
<!-- Please describe your documentation issue or suggested improvement in detail here and provide links to any pre-existing/relevant documentation. -->
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: 🎁 Feature request
3+
about: Requesting new features
4+
---
5+
6+
<!-- Please describe the desired feature, especially detailing the problem it should solve -->

0 commit comments

Comments
 (0)