From 679d43f7eb079071ca2a4174f3b8cf5e83d4e16d Mon Sep 17 00:00:00 2001 From: InversionSpaces Date: Tue, 17 Oct 2023 16:22:05 +0200 Subject: [PATCH] feat(dev): Add PR template (#934) * Add PR template * Add issue point --------- Co-authored-by: Dima --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..51e7a23a --- /dev/null +++ b/.github/pull_request_template.md @@ -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. +