-
Notifications
You must be signed in to change notification settings - Fork 3
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 #29 from aai-institute/feature/pull-request-template
Feature | Pull Request Template
- Loading branch information
Showing
1 changed file
with
36 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,36 @@ | ||
# Bugfix/Feature/Cleanup: PR Name | ||
|
||
## Description | ||
|
||
### Which issue does this PR tackle? | ||
|
||
- XY functionality is not implemented. | ||
- Fixes # (issue) | ||
|
||
### How does it solve the problem? | ||
|
||
- Implements XY class. | ||
|
||
### How are the changes tested? | ||
|
||
- Added test_xy. | ||
|
||
|
||
## Checklist for Contributors | ||
|
||
- [ ] Scope: This PR tackles exactly one problem. | ||
- [ ] Conventions: The branch follows the `feature/title-slug` convention. | ||
- [ ] Conventions: The PR title follows the `Bugfix: Title` convention. | ||
- [ ] Coding style: The code passes all pre-commit hooks. | ||
- [ ] Documentation: All changes are well-documented. | ||
- [ ] Tests: New features are tested and all tests pass successfully. | ||
- [ ] Changelog: Updated CHANGELOG.md for new features or breaking changes. | ||
- [ ] Review: A suitable reviewer has been assigned. | ||
|
||
|
||
## Checklist for Reviewers: | ||
|
||
- [ ] The PR solves the issue it claims to solve and only this one. | ||
- [ ] Changes are tested sufficiently and all tests pass. | ||
- [ ] Documentation is complete and well-written. | ||
- [ ] Changelog has been updated, if necessary. |