-
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.
Merge branch 'main' into add-issue-templates
- Loading branch information
Showing
21 changed files
with
498 additions
and
111 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,34 @@ | ||
## Summary | ||
Brief description of what this PR does. (tl;dr). | ||
|
||
### List of Changes | ||
* Modified class X | ||
* Added model Y | ||
* Fixed problem Z | ||
* etc. | ||
|
||
### Related Issues | ||
If the PR closes or is related to an issue, reference it here. | ||
For example, "Closes #123", "Fixes #456" or "Relates to #741" . | ||
|
||
## Detailed Description | ||
A clear and detailed description of the changes, how they solve/fix the related issues. | ||
|
||
Mention potential side effects or risks associated with the changes, if applicable. | ||
|
||
### How to Test the Changes | ||
Instructions on how to test the changes Include references to automated and/or manual tests that were created/used to test the changes. | ||
|
||
### Screenshots | ||
If applicable, add screenshots to help explain this PR (ex. Before and after for UI changes). | ||
|
||
## Deployment Notes | ||
Include instructions if this PR requires specific steps for its deployment (database migrations, config changes, etc.) | ||
|
||
## Checklist | ||
|
||
- [ ] I have tested these changes appropriately. | ||
- [ ] I have added and/or modified relevant tests. | ||
- [ ] I updated relevant documentation or comments. | ||
- [ ] I have verified that this PR follows the project's coding standards. | ||
- [ ] Any dependent changes have already been merged to main. |
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
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
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
Oops, something went wrong.