Skip to content

Commit

Permalink
chore: update pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Feb 8, 2024
1 parent b7e4ae4 commit 4232cf3
Showing 1 changed file with 13 additions and 23 deletions.
36 changes: 13 additions & 23 deletions .github/pull_request_template.md
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 -->

0 comments on commit 4232cf3

Please sign in to comment.