Skip to content

Commit

Permalink
Remove checklist items that do not apply to automatically generated PRs
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
  • Loading branch information
jsf9k and mcdonnnj committed Mar 8, 2023
1 parent 8feb26b commit 8d6fa98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/lineage/templates/clean_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ your project.
- Remove any of the following that do not apply.
- If you're unsure about any of these, don't hesitate to ask. We're here to help!

- [ ] Changes are limited to a single goal - *eschew scope creep!*
- [ ] *All* future TODOs are captured in issues, which are referenced
in code comments.
- [ ] All relevant type-of-change labels have been added.
- [ ] I have read the [CONTRIBUTING](../blob/develop/CONTRIBUTING.md) document.
- [ ] These code changes follow [cisagov code standards](https://github.com/cisagov/development-guide).
- [ ] All relevant repo and/or project documentation has been updated
to reflect the changes in this PR.
- [ ] Tests have been added and/or modified to cover the changes in this PR.
Expand Down
3 changes: 0 additions & 3 deletions src/lineage/templates/conflict_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,9 @@ that you must resolve before merging this pull request!
- If you're unsure about any of these, don't hesitate to ask. We're here to help!

- [ ] ✌️ The conflicts in this pull request have been resolved.
- [ ] Changes are limited to a single goal - *eschew scope creep!*
- [ ] *All* future TODOs are captured in issues, which are referenced
in code comments.
- [ ] All relevant type-of-change labels have been added.
- [ ] I have read the [CONTRIBUTING](../blob/develop/CONTRIBUTING.md) document.
- [ ] These code changes follow [cisagov code standards](https://github.com/cisagov/development-guide).
- [ ] All relevant repo and/or project documentation has been updated
to reflect the changes in this PR.
- [ ] Tests have been added and/or modified to cover the changes in this PR.
Expand Down

0 comments on commit 8d6fa98

Please sign in to comment.