-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from anurag-rajawat/pr-template
chore: Add pull request template
- Loading branch information
Showing
1 changed file
with
43 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,43 @@ | ||
## Description | ||
|
||
<!-- | ||
Thank you for your pull request (PR)! | ||
Please provide a description of what your PR does providing a link (if applicable) to the issue it fixes. | ||
--> | ||
|
||
Fixes # (issue) | ||
|
||
**Does this PR introduce a breaking change?** | ||
|
||
## Checklist | ||
|
||
- [ ] PR title follows the `<type>: <description>` convention | ||
- [ ] I use [conventional commits](https://www.conventionalcommits.org/) in my commit messages | ||
- [ ] I have updated the [documentation](../docs) accordingly | ||
- [ ] I Keep It Small and Simple: The smaller the PR is, the easier it is to review and have it merged | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
|
||
## Additional information for reviewer | ||
|
||
#### Mention if this PR is part of any design or a continuation of previous PRs | ||
|
||
<!-- | ||
The PR title must follow `<type>: <description>` convention: | ||
where: <br/> | ||
- `type` is to define what type of PR is this, most common types are as follows: | ||
- `fix` - for bug fixes or improvements. | ||
- `feat` - for new features which adds functionality. | ||
- `chore` - for changes that do not relate to a fix or feature and don't modify src or test files. | ||
- `docs` - for changes related to documentation. | ||
- `test` - for changes related to tests. | ||
- `description` is a single line brief description of the changes made in the pull request. | ||
--> | ||
|
||
<!-- | ||
Open your PR in Draft mode and verify all the applicable Checklist items before marking your issue as ready | ||
--> |