Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdot65 authored Feb 22, 2024
1 parent 214fd82 commit bd8d07f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions pull_request_template.md
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!

0 comments on commit bd8d07f

Please sign in to comment.