ARO-RP/.github/PULL_REQUEST_TEMPLATE.md

43 строки
1.1 KiB
Markdown
Исходник Обычный вид История

2020-06-10 02:47:10 +03:00
### Which issue this PR addresses:
<!--
Please include a link to the ADO work item as well as any GitHub issues.
2020-06-10 02:47:10 +03:00
Usage: `Fixes #<GitHub issue number>`, or `Fixes (paste link of issue)`.
-->
Fixes
### What this PR does / why we need it:
<!--
Include a brief summary of what the PR is intended to accomplish and how the PR
does it. (2-3 sentences)
-->
### Test plan for issue:
<!--
How did you test that this PR works?
- Are there unit tests?
- Are there integration/e2e tests?
- If it is not possible to write automated tests, explain why and document how
to manually test and verify the feature.
-->
### Is there any documentation that needs to be updated for this PR?
<!--
- If yes and the docs are in GitHub, include doc updates in the PR.
- If yes and the docs are not in GitHub (i.e. ADO wiki), include a link to the
2020-06-10 02:47:10 +03:00
docs.
- If no, explain why (e.g. "tech debt cleanup, N/A").
-->
2024-03-07 00:51:22 +03:00
### How do you know this will function as expected in production?
<!--
- Does adequate telemetry, monitoring and documentation exist to effectively operate your change?
- Have failure modes been identified and mitigated?
-->