Chore: Acceptance Criteria for PRs
This commit is contained in:
parent
b6a507b435
commit
b716c2e3c4
1 changed files with 8 additions and 0 deletions
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
|
|
@ -6,6 +6,14 @@ Please provide a clear, human-generated description of the changes in this PR.
|
||||||
DO NOT use AI-generated descriptions. We want to understand your thought process and reasoning.
|
DO NOT use AI-generated descriptions. We want to understand your thought process and reasoning.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## Acceptance Criteria
|
||||||
|
<!--
|
||||||
|
* Key requirements to the new feature or modification;
|
||||||
|
* Proof that the changes work and meet the requirements;
|
||||||
|
* Include instructions on how to verify the changes. Describe how to test it locally;
|
||||||
|
* Proof that it's sufficiently tested.
|
||||||
|
-->
|
||||||
|
|
||||||
## Type of Change
|
## Type of Change
|
||||||
<!-- Please check the relevant option -->
|
<!-- Please check the relevant option -->
|
||||||
- [ ] Bug fix (non-breaking change that fixes an issue)
|
- [ ] Bug fix (non-breaking change that fixes an issue)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue