mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Clarifying pull request template (#1663)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
522a859cf0
commit
07bf41dd90
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@ -17,11 +17,11 @@ Resolves #
|
||||
|
||||
## Checklist
|
||||
|
||||
<!-- This checklist is mandatory for all PRs: -->
|
||||
<!-- Please check of ALL items in this list for all PRs: -->
|
||||
|
||||
- [ ] I have read the [contribution guide](https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md).
|
||||
- [ ] I have not used an AI coding assistant to create this PR.
|
||||
- [ ] I have marked any code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from.
|
||||
- [ ] I have written all code in this PR myself OR I have marked all code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from.
|
||||
|
||||
### Go checklist
|
||||
|
||||
|
@ -55,7 +55,7 @@ Please make sure you complete the following checklist before you mark your PR re
|
||||
|
||||
- [ ] I have read the contribution guidelines.
|
||||
- [ ] I have not used an AI coding assistant to create this PR.
|
||||
- [ ] I have marked any code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from.
|
||||
- [ ] I have written all code in this PR myself OR I have marked all code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from.
|
||||
|
||||
### Go checklist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user