-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
6 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 |
---|---|---|
@@ -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) |