Skip to content

Commit

Permalink
Add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Feb 9, 2024
1 parent dd39745 commit efc2684
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Type of PR | Pull Request Name

## Description

Please include a summary of the change and which issue is fixed.
Include relevant motivation and context.
List any dependencies that are required for this change.

Fixes # (issue)

## Validation and Tests

Describe the tests that verify the changes that are not included in the CI.
Provide instructions to reproduce if relevant.
Provide relevant details for test configuration.
Delete not relevant options.

- [ ] Adequate Unit tests
- [ ] Unit tests are passing
- [ ] Features work as expected/bug fixes resolve issue
- [ ] Other means of quality insurance added (if necessary)

## Checklist:

Before you submit your pull request, please make sure you have completed the following steps:

- [ ] Self-review
- [ ] Concise and well-written comments
- [ ] Documentation has been updated
- [ ] Changes generate no new warnings
- [ ] Any dependent changes have been merged

## Pull Request Details

Please provide more details about the pull request.
For example, screen captures of new features, gif of animation, or link to the live demo.

### Reviewers:

Add specific reviewers to this PR who may have a keen interest in or expertise related to this submission.

0 comments on commit efc2684

Please sign in to comment.