-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use single universal PR template
GH does not support directly selecting PR template on creation
- Loading branch information
1 parent
eb5fbbd
commit 0499686
Showing
1 changed file
with
35 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,35 @@ | ||
<!--- | ||
**IMPORTANT**: | ||
Please do not create a Pull Request without creating an issue first. | ||
A similar PR may already be submitted! | ||
Please search among the [Pull requests](https://github.com/iamhectorsosa/supabase-modules/pulls) before creating one. | ||
For more information, see the [`CONTRIBUTING`(https://github.com/iamhectorsosa/supabase-modules/blob/main/CONTRIBUTING.md) guide. | ||
--> | ||
|
||
## Summary | ||
|
||
This PR implements / improves the following **features**: | ||
|
||
- Feature 1 | ||
- Feature 2 | ||
|
||
and fixes following **bugs**: | ||
|
||
- Bug 1 | ||
- Bug 2 | ||
|
||
**Breaking changes:** | ||
|
||
- Breaking change 1 | ||
- Breaking change 2 | ||
|
||
## Testing | ||
|
||
Please describe how the changes can be tested | ||
|
||
## Related isssues | ||
|
||
Put _closes #XXXX_ in your comment to auto-close the issue that your PR implements. |