From 96a355366096cf033e3c8bc4fa98cbfcd865cdfe Mon Sep 17 00:00:00 2001 From: "Paul R. C. Kent" Date: Mon, 10 Feb 2020 21:06:52 -0500 Subject: [PATCH] Avoid checklists in PR template Per GitHub support, these can not be disabled. --- .github/pull_request_template.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7ee922811..b43779a43 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,30 +7,29 @@ Describe what this PR changes and why. If it closes an issue, link to it here with [a supported keyword](https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword). ## What type(s) of changes does this code introduce? -_Put an `x` in the boxes that apply._ +_Delete the items that do not apply_ -- [ ] Bugfix -- [ ] New feature -- [ ] Code style update (formatting, renaming) -- [ ] Refactoring (no functional changes, no api changes) -- [ ] Build related changes -- [ ] Documentation content changes -- [ ] Other (please describe): +- Bugfix +- New feature +- Code style update (formatting, renaming) +- Refactoring (no functional changes, no api changes) +- Build related changes +- Documentation content changes +- Other (please describe): ### Does this introduce a breaking change? -- [ ] Yes -- [ ] No +- Yes +- No ## What systems has this change been tested on? ## Checklist -_Put an x in the boxes that apply. You can also fill these out after creating -the PR. If you're unsure about any of them, don't hesitate to ask. This is +_Update the following with a yes where the items apply. If you're unsure about any of them, don't hesitate to ask. This is simply a reminder of what we are going to look for before merging your code._ -- [ ] this PR is up to date with current the current state of 'develop' -- [ ] code added or changed in the PR has been clang-formatted -- [ ] this PR adds tests to cover any new code, or to catch a bug that is being fixed -- [ ] documentation has been added (if appropriate) +- Yes/No. This PR is up to date with current the current state of 'develop' +- Yes/No. Code added or changed in the PR has been clang-formatted +- Yes/No. This PR adds tests to cover any new code, or to catch a bug that is being fixed +- Yes/No. Documentation has been added (if appropriate)