-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from efstathiosntonas/github_issue_template
chore: added GitHub issue and pull request templates
- Loading branch information
Showing
3 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
NOTE: please submit only bug reports here, any new questions or feature requests should be submitted in Discussions: | ||
/~https://github.com/jpudysz/react-native-unistyles/discussions | ||
--> | ||
|
||
## Description | ||
|
||
<!-- | ||
A clear and concise description of what is the bug. | ||
--> | ||
|
||
### Related to | ||
|
||
- [ ] Unistyles core | ||
- [ ] Demo | ||
- [ ] Docs | ||
- [ ] Typings | ||
|
||
### Steps to reproduce | ||
|
||
<!-- | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
--> | ||
|
||
#### Expected behavior | ||
|
||
<!-- | ||
A clear and concise description of what you expected to happen. | ||
--> | ||
|
||
#### Actual behavior | ||
|
||
<!-- | ||
A clear and concise description of what actually happens. | ||
--> | ||
|
||
## More Info | ||
|
||
### Code snippet | ||
|
||
<!-- | ||
A code snippet that reproduce the issue. | ||
--> | ||
|
||
``` | ||
``` | ||
|
||
### Screenshots/Video | ||
|
||
<!-- | ||
If applicable, add screenshots or a video to help explain your problem. | ||
--> | ||
|
||
### Environment | ||
|
||
<!-- | ||
Fill in your react-native-unistyles and React Native versions below. | ||
List other libraries if relevant. | ||
--> | ||
|
||
- React Native version: | ||
- react-native-unistyles version: | ||
|
||
### Affected platforms | ||
|
||
- [ ] Android | ||
- [ ] iOS | ||
- [ ] Web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Question | ||
url: /~https://github.com/jpudysz/react-native-unistyles/discussions/categories/q-a | ||
about: Please ask and answer questions here. | ||
- name: Feature Request | ||
url: /~https://github.com/jpudysz/react-native-unistyles/discussions/categories/ideas | ||
about: Please submit feature requests / suggestions here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect. --> | ||
|
||
## Summary | ||
|
||
<!-- Explain the motivation for this PR. Include "Fixes #<number>" if applicable. --> | ||
|
||
## Test plan | ||
|
||
<!-- Provide a minimal but complete code snippet that can be used to test out this change along with instructions how to run it and a description of the expected behavior. --> |