Skip to content

Commit da1e92c

Browse files
committed
Add refactor option to pull request templates
1 parent 128fbf6 commit da1e92c

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

Diff for: .azuredevops/PULL_REQUEST_TEMPLATE.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Please delete options that are not relevant.
1111
- [ ] New feature (non-breaking change which adds functionality)
1212
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1313
- [ ] This change requires a documentation update (Wiki)
14+
- [ ] Refactor (refactoring code, removing code, changing code structure)
15+
1416

1517
## Checklist
1618

Diff for: .azuredevops/pull_request_template/branches/dev.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Please delete options that are not relevant.
1010
- [ ] New feature (non-breaking change which adds functionality)
1111
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1212
- [ ] This change requires a documentation update (Wiki)
13+
- [ ] Refactor (refactoring code, removing code, changing code structure)
1314

1415
## Checklist
1516

Diff for: .azuredevops/pull_request_template/branches/terraform.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Please delete options that are not relevant.
1010
- [ ] New feature (non-breaking change which adds functionality)
1111
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1212
- [ ] This change requires a documentation update (Wiki)
13+
- [ ] Refactor (refactoring code, removing code, changing code structure)
1314

1415
## Checklist
1516

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Please **DELETE** options that are not relevant.
1313
- [ ] New feature (non-breaking change which adds functionality)
1414
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1515
- [ ] This change requires a documentation update (Wiki)
16+
- [ ] Refactor (refactoring code, removing code, changing code structure)
1617

1718
## Checklist
1819

0 commit comments

Comments
 (0)