-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add PR template * Add issue point --------- Co-authored-by: Dima <[email protected]>
- Loading branch information
1 parent
03d23eb
commit 679d43f
Showing
1 changed file
with
21 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,21 @@ | ||
## Description | ||
[Provide a brief description of the changes introduced by this pull request and the motivation behind them.] | ||
|
||
## Proposed Changes | ||
[List the specific changes and additions introduced by this pull request.] | ||
|
||
## Implementation Details | ||
[Provide additional details about the implementation that may be helpful to reviewers.] | ||
|
||
## Checklist | ||
- [ ] Corresponding issue has been created and linked in PR title. | ||
- [ ] Proposed changes are covered by tests. | ||
- [ ] Documentation has been updated to reflect the changes (if applicable). | ||
- [ ] I have self-reviewed my code and ensured its quality. | ||
- [ ] I have added/updated necessary comments to aid understanding. | ||
|
||
## Reviewer Checklist | ||
- [ ] Tests have been reviewed and are sufficient to validate the changes. | ||
- [ ] Documentation has been reviewed and is up to date. | ||
- [ ] Any questions or concerns have been addressed. | ||
|