Merge pull request #138 from jtracey93/pr-template-update

Update PR template
This commit is contained in:
Jack Tracey 2021-07-27 11:51:03 +01:00 коммит произвёл GitHub
Родитель 65a69f108b fed43f85a6
Коммит 91824a15a2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 28 добавлений и 32 удалений

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

@ -0,0 +1,28 @@
<!-- Thank you for submitting a Pull Request. Please fill out the template below.-->
## Overview/Summary
Replace this with a brief description of what this Pull Request fixes, changes, etc.
## This PR fixes/adds/changes/removes
1. *Replace me*
2. *Replace me*
3. *Replace me*
### Breaking Changes
1. *Replace me*
2. *Replace me*
## Testing Evidence
Please provide any testing evidence to show that your Pull Request works/fixes as described and planned (include screenshots, if appropriate).
## As part of this Pull Request I have
- [ ] Checked for duplicate [Pull Requests](https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/pulls)
- [ ] Associated it with relevant [issues](https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/issues), for tracking and closure.
- [ ] Ensured my code/branch is up-to-date with the latest changes in the `main` [branch](https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/tree/main)
- [ ] Performed testing and provided evidence.
- [ ] Updated relevant and associated documentation.
- [ ] Updated the ["What's New?"](https://github.com/Azure/Enterprise-Scale/wiki/Whats-new) wiki page (located in the [Enterprise-Scale repo](https://github.com/Azure/Enterprise-Scale) in the directory: `/docs/wiki/whats-new.md`)

Просмотреть файл

@ -1,32 +0,0 @@
### This PR introduces the following changes
<!-- Remove individual sections if not needed. -->
<!-- Fix or feature that would cause existing functionality to not work as expected. -->
<!-- Used to identify changes which need to be flagged for major releases. -->
- **Breaking changes**:
- Breaking change 1
- Breaking change 2
<!-- List non-breaking change which fixes an issue. -->
- **Bug fixes**:
- Bug fix 1
- Bug fix 2
<!-- List non-breaking change which adds functionality. -->
- **New features**:
- New feature 1
- New feature 2
<!-- List non-breaking change which removes functionality. -->
- **Removed features**:
- Removed feature 1
- Removed feature 2
<!-- Optional: List tests added/removed to cover fixes or features -->
- **Test updates**:
- Test 1
<!-- Optional: List documentation updates to cover fixes or features-->
- **Documentation updates**:
- Page 1