Skip to content
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

chore: added GitHub issue and pull request templates #31

Merged
merged 2 commits into from
Oct 12, 2023
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
84 changes: 84 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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. -->