Skip to content

Commit 5ac63e6

Browse files
committed
chore: setup issue template
1 parent 9f2a83a commit 5ac63e6

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug Report
3+
about: Create a bug report for the `react-supabase` library
4+
---
5+
6+
# Bug report
7+
8+
## Description / Observed Behavior
9+
10+
What kind of issues did you encounter?
11+
12+
## Expected Behavior
13+
14+
How did you expect it to behave?
15+
16+
## Repro Steps / Code Example
17+
18+
Or share your code snippet or a [CodeSandbox](https://codesandbox.io) link is also appreciated!
19+
20+
## Additional Context
21+
22+
`react-supabase` version.
23+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask Question
4+
url: https://github.com/tmm/react-supabase/discussions
5+
about: Ask questions and discuss with other community members

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contribution Guidelines
2+
3+
Thank you for reading this guide and we appreciate any contribution.
4+
5+
## Ask a Question
6+
7+
You can use the repository's [Discussions](https://github.com/tmm/react-supabase/discussions) page to ask any questions, post feedback or share your experience on how you use this library.
8+
9+
## Report a Bug
10+
11+
Whenever you find something which is not working properly, please first search the repository's [Issues](https://github.com/tmm/react-supabase/issues) page and make sure it's not reported by someone else already.
12+
13+
If not, feel free to open an issue with the detailed description of the problem and the expected behavior. And reproduction (for example a [CodeSandbox](https://codesandbox.io) link) will be extremely helpful.
14+
15+
## Request for a New Feature
16+
17+
For new features, it would be great to have some discussions from the community before starting working on it. You can either create an issue (if there isn't one) or post a thread in the [Discussions](https://github.com/tmm/react-supabase/discussions) page to describe the feature that you want to have.
18+
19+
If possible, you can add other additional context like how this feature can be implemented technically, what other alternative solutions we can have, etc.

0 commit comments

Comments
 (0)