Skip to content

Commit

Permalink
Merge pull request #31 from efstathiosntonas/github_issue_template
Browse files Browse the repository at this point in the history
chore: added GitHub issue and pull request templates
  • Loading branch information
jpudysz authored Oct 12, 2023
2 parents c628fa6 + 13d1632 commit ab41406
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 0 deletions.
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. -->

0 comments on commit ab41406

Please sign in to comment.