Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Bug report
description: For issues with the bootcamp.
labels: ["bug"]
body:
- type: markdown
attributes:
value: >
Before creating a **bug report**, please check the following:
* Ensure you're running the latest version release.
* Ensure there isn't an existing issue for your bug. If there is, leave a comment on the existing issue.

- type: textarea
attributes:
label: Describe the bug
description: Also include a description of how to reproduce the bug
validations:
required: true

- type: input
id: file
attributes:
label: In which file is the bug located?
description: If the error is not in a file, please write "none"
placeholder: "src/screens/ExampleScreen.tsx"

- type: textarea
attributes:
label: Additional info
description: Screenshots, logs, etc.
validations:
required: false
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: The Road to React Native
url: https://gum.co/road-react-native
about: Learn offline with our Road to React Native book
- name: Slack Community
url: https://weblille.rocks/
about: Check out our French community for more real-time discussion
- name: Twitter Community
url: https://twitter.com/i/communities/1509407040095068166
about: We post news, tips, requests for help, and other discussions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Enhancement
about: For bootcamp enhancement suggestions or feature request
title: ""
labels: "enhancement"
assignees: ""
---