-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Viktor Martinović
committed
May 3, 2023
1 parent
8a901c0
commit 28f568a
Showing
1 changed file
with
32 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,32 @@ | ||
### Related Issue | ||
<!-- Please include a reference to the issue this pull request addresses. If there isn't one, please create one before submitting the pull request. --> | ||
|
||
Issue: #[issue number] | ||
|
||
### Description of Changes | ||
<!-- Provide a detailed description of the changes proposed in this pull request. Explain the rationale behind the changes and how they will improve the project. --> | ||
|
||
In this pull request, I propose the following changes: | ||
- Change 1: ... | ||
- Change 2: ... | ||
- Change 3: ... | ||
|
||
These changes address the following concerns/issues: | ||
- ... | ||
- ... | ||
- ... | ||
|
||
### Reviewers | ||
<!-- Please mention the person or team responsible for reviewing the proposed changes. You can use the @ symbol followed by their username to mention them. --> | ||
|
||
- @reviewer1 | ||
- @reviewer2 | ||
- @reviewer_team | ||
|
||
### Checklist | ||
<!-- Please go through this checklist and confirm that all necessary items have been taken care of. If any of the following tasks haven't been completed, please mention the reason for it in the pull request description. --> | ||
|
||
- [ ] Code changes are documented and follow project guidelines. | ||
- [ ] Tests have been added/updated for the changes. | ||
- [ ] Documentation has been updated/added. | ||
- [ ] All new and existing tests have passed. |