Skip to content

Commit

Permalink
Update issue templates (#7670)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd authored Jan 15, 2023
1 parent 0a4ec68 commit d3a32d3
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 129 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_ANDROID.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Bug Report - Android"
name: "🐛 Bug Report - Android"
description: Create a report to help us improve React Native Navigation on Android
labels: ["type: bug 🐞", "platform: android", "status: triage"]
labels: ["type: accepted/bug", "platform: Android"]
body:
- type: markdown
attributes:
Expand Down
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_IOS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: "🐛 Bug Report - iOS"
description: Create a report to help us improve React Native Navigation on iOS
labels: ["type: accepted/bug", "platform: iOS"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: What happened?
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: What was the expected behaviour?
description: A clear and concise description of what was expected to happen.
- type: checkboxes
id: tested-last-rnn
attributes:
label: Was it tested on latest react-native-navigation?
description: Before reporting this issue, please make sure it can be reproduced on the latest released version of react-native-navigation, see our [releases](https://github.com/wix/react-native-navigation/releases).
options:
- label: I have tested this issue on the latest react-native-navigation release and it still reproduces.
required: true
- type: textarea
id: reproduction
attributes:
label: Help us reproduce this issue!
description: "Paste the link to an example repo and exact instructions to reproduce the issue."
- type: textarea
id: environment
attributes:
label: In what environment did this happen?
description: "Include as many relevant details about the environment you experienced the bug in"
value: "React Native Navigation version:
\nReact Native version:
\nHas Fabric (React Native's new rendering system) enabled: (yes/no)
\nNode version:
\nDevice model:
\iOS version:"
- type: markdown
attributes:
value: "Remember that first-time contributors are welcome! 🙌 Feel free to reach us out on https://discord.gg/DhkZjq2 \nHave a great day and thank you for the bug report!"
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_OTHER.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: "🐛 Bug Report - Other"
description: Report a non-platform-specific bug to help us improve
labels: ["type: accepted/bug", "needs triage"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: What happened?
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: What was the expected behaviour?
description: A clear and concise description of what was expected to happen.
- type: checkboxes
id: tested-last-rnn
attributes:
label: Was it tested on latest react-native-navigation?
description: Before reporting this issue, please make sure it can be reproduced on the latest released version of react-native-navigation, see our [releases](https://github.com/wix/react-native-navigation/releases).
options:
- label: I have tested this issue on the latest react-native-navigation release and it still reproduces.
required: true
- type: textarea
id: reproduction
attributes:
label: Help us reproduce this issue!
description: "Paste the link to an example repo and exact instructions to reproduce the issue."
- type: textarea
id: environment
attributes:
label: In what environment did this happen?
description: "Include as many relevant details about the environment you experienced the bug in"
value: "React Native Navigation version:
\nReact Native version:
\nHas Fabric (React Native's new rendering system) enabled: (yes/no)
\nNode version:"
- type: markdown
attributes:
value: "Remember that first-time contributors are welcome! 🙌 Feel free to reach us out on https://discord.gg/DhkZjq2 \nHave a great day and thank you for the bug report!"
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/ENHANCEMENT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "🚀 Feature"
description: Submit a proposal/request for a new feature
labels: ["type: enhancement", "needs triage"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this enhancement suggestion!
- type: textarea
id: idea-description
attributes:
label: Describe your idea
description: "A clear and concise description of what you want to happen.\n
If your feature request is related to a problem, please describe any other alternative solutions or features you’ve considered."
- type: textarea
id: idea-motivation
attributes:
label: Motivation
description: (Please outline the motivation for the proposal.)
- type: checkboxes
id: contribution
attributes:
label: Are you willing to resolve this issue by submitting a Pull Request?
description: Select one.
options:
- label: "Yes, I have the time, and I know how to start."
- label: "Yes, I have the time, but I don't know how to start. I would need guidance."
- label: "No, I don’t have the time and I’m okay to wait for the community / maintainers to resolve this issue."
- type: markdown
attributes:
value: "Remember that first-time contributors are welcome! 🙌 Feel free to reach us out on https://discord.gg/DhkZjq2 \nHave a great day and thank you for the bug report!"
84 changes: 0 additions & 84 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/feature.md

This file was deleted.

0 comments on commit d3a32d3

Please sign in to comment.