Create PR template based on the one used on Ono

This commit is contained in:
Julien Dubuisson 2020-10-26 10:29:27 -04:00 коммит произвёл GitHub
Родитель 4761edeb13
Коммит b16b4ae3f7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 35 добавлений и 0 удалений

35
.github/pull_request_template.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,35 @@
## Purpose of this PR
**Ticket/Jira #:**
<!-- Description of feature/change. Links to screenshots, design docs, user docs, etc. Remember reviewers may be outside your team, and not know your feature/area that should be explained more. -->
## Testing
**Functional Testing status:**
<!-- Explanation of what's tested, how tested and existing or new automation tests. Can include manual testing by self and/or QA. Specify test plans. Rarely acceptable to have no testing. -->
**Performance Testing status:**
<!-- Could this PR affect performance? If so, what has been done to measure time taken / memory used etc? Can include new or existing performance tests. Also see [Ensuring Performance by Default](https://confluence.unity3d.com/display/DEV/Ensuring+Performance+by+Default). -->
## Overall Product Risks
<!-- See Testing Status, Complexity and Halo Effect for your PR](https://confluence.unity3d.com/display/DEV/Testing+Status%2C+Complexity+and+Halo+Effect+for+your+PR). -->
**Complexity:**
<!-- (Minimal / Low / Medium / High) -->
**Halo Effect:**
<!-- (Minimal / Low / Medium / High) -->
## Additional information
**Note to reviewers:**
<!-- Info per person for what to focus on, or historical info to understand who have previously reviewed and coverage. Help them get context. -->
**Reminder:**
<!-- Things to remember to do before finalizing this PR. -->
- [ ] Add entry in CHANGELOG.md _(if applicable)_