Skip to content

Commit

Permalink
Merge pull request #29 from aai-institute/feature/pull-request-template
Browse files Browse the repository at this point in the history
Feature | Pull Request Template
  • Loading branch information
samuelburbulla committed Feb 9, 2024
2 parents ef2daa0 + e63a1ef commit adb88f5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/pull_request_template.md
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.

0 comments on commit adb88f5

Please sign in to comment.