-
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.
chore: add pull request template (#21)
- Loading branch information
Showing
1 changed file
with
29 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,29 @@ | ||
# Motivation | ||
|
||
[Include the reason behind these changes and any relevant context.] | ||
|
||
# Description | ||
|
||
[Provide a detailled explanation of the modifications you have made. Link any related issues.] | ||
|
||
# Testing | ||
|
||
[When applicable, detail the testing you have performed to ensure that these changes function as intended. Include information about any added tests.] | ||
|
||
# Impact | ||
|
||
[Discuss the impact of your modifications on ArmoniK. This might include effects on performance, configuration, documentation, new dependencies, or changes in behaviour.] | ||
|
||
# Additional Information | ||
|
||
[Any additional information that reviewers should be aware of.] | ||
|
||
# Checklist | ||
|
||
- [ ] My code adheres to the coding and style guidelines of the project. | ||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have commented my code, particularly in hard-to-understand areas. | ||
- [ ] I have made corresponding changes to the documentation. | ||
- [ ] I have thoroughly tested my modifications and added tests when necessary. | ||
- [ ] Tests pass locally and in the CI. | ||
- [ ] I have assessed the performance impact of my modifications. |