mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 06:30:17 +00:00
679d43f7eb
* Add PR template * Add issue point --------- Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
22 lines
875 B
Markdown
22 lines
875 B
Markdown
## 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.
|
|
|