-
Notifications
You must be signed in to change notification settings - Fork 9
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
30 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,30 @@ | ||
### Checklist for This Pull Request | ||
|
||
🚨Please adhere to the [guidelines for contributing](./CONTRIBUTING.md) to this repository. | ||
|
||
- [ ] Ensure you are submitting your pull request to **a branch dedicated to a specific topic/feature/bugfix**. Avoid using the master branch for pull requests. | ||
- [ ] Target your pull request to the **main development branch** in this repository. | ||
- [ ] Ensure your commit messages follow the project's preferred format. | ||
- [ ] Check that your code additions do not fail any linting checks or unit tests. | ||
|
||
### Pull Request Description | ||
|
||
Provide a detailed description of the changes your pull request introduces. | ||
|
||
#### What does this pull request accomplish? | ||
|
||
- Feature addition | ||
- Bug fix | ||
- Performance improvement | ||
- Refactoring | ||
- Documentation update | ||
- Other (please specify) | ||
|
||
#### Are there any breaking changes included? | ||
|
||
- [ ] Yes | ||
- [ ] No | ||
|
||
#### Is there anything the reviewers should know? | ||
|
||
💔Thank you for your contributions! |