forked from refinedev/refine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
23 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 |
---|---|---|
@@ -1,32 +1,22 @@ | ||
**IMPORTANT: Please do not create a Pull Request without creating an issue first.** | ||
## PR Checklist | ||
|
||
_Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request._ | ||
Please check if your PR fulfills the following requirements: | ||
|
||
Please provide enough information so that others can review your pull request: | ||
- [ ] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention | ||
|
||
<!-- You can skip this if you're fixing a typo or adding an app to the Showcase. --> | ||
## Bugs / Features | ||
|
||
Explain the **details** for making this change. What existing problem does the pull request solve? | ||
- [ ] Related issue(s) linked | ||
- [ ] Tests for the changes have been added | ||
- [ ] Docs have been added / updated | ||
- [ ] Changesets have been added https://refine.dev/docs/guides-concepts/contributing/#creating-a-changeset | ||
|
||
<!-- Example: When "Adding a function to do X", explain why it is necessary to have a way to do X. --> | ||
## What is the current behavior? | ||
|
||
### Test plan (required) | ||
## What is the new behavior? | ||
|
||
Demonstrate the code is solid. If not, please add `WIP:` in its title. | ||
fixes # (issue) | ||
|
||
<!-- Make sure tests pass. --> | ||
## Notes for reviewers | ||
|
||
### Closing issues | ||
|
||
Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). | ||
|
||
### Self Check before Merge | ||
|
||
Please check all items below before review. | ||
|
||
- [ ] Corresponding issues are created/updated or not needed | ||
- [ ] Docs are updated/provided or not needed | ||
- [ ] Examples are updated/provided or not needed | ||
- [ ] TypeScript definitions are updated/provided or not needed | ||
- [ ] Tests are updated/provided or not needed | ||
- [ ] Changesets are provided or not needed | ||
<!-- Add any notes/questions you may have for reviewers --> |