Skip to content

Commit

Permalink
Update Pull Request Template
Browse files Browse the repository at this point in the history
  • Loading branch information
BorderBoy committed Feb 21, 2024
1 parent 081a789 commit 4195438
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
This is a draft Pull Request Template.
This is a draft Pull Request Template. Please fill out the neccessary details below

- [ ] Description of what changes have been made (why and how for big features)
- [ ] Reference [Issue](https://github.com/TUMFARSynchrony/experimental-hub/issues) sovled (if any)
- [ ] Unit tests + have you tried merging from main?
- [ ] Terminology consistent with the rest of the codebase?
- [ ] Who do you think should review?
# Overview
TODO: What does this PR contain? Why was the change necessary?

## Changes
TODO: What was changed? How was the issue solved/feature implemented?

## How to test?
TODO: How can reviewers test the PR?

# Checklist
- [ ] Development was merged into this branch and potential conflicts resolved
- [ ] [Issues](https://github.com/TUMFARSynchrony/experimental-hub/issues) which were solved are referenced
- [ ] Terminology is consistent with the rest of the codebase
- [ ] Reviewers are assigned
- [ ] Optional: Wiki pages were updated to reflect the changes (list changed pages above)

0 comments on commit 4195438

Please sign in to comment.