Skip to content

Commit ac78f0a

Browse files
authored
Shorten PR template checklist (opensearch-project#13979)
This commit removes items from the checklist that were redundant in order to reduce the work required to submit a PR. This also removes the check that enforces checklist completion as requested by issue opensearch-project#10970. Resolves opensearch-project#13965 Resolves opensearch-project#10970 Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent 5121409 commit ac78f0a

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

.github/pull_request_template.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@ Resolves #[Issue number to be closed when this PR is merged]
1313
<!-- List any other related issues here -->
1414

1515
### Check List
16-
- [ ] New functionality includes testing.
17-
- [ ] All tests pass
18-
- [ ] New functionality has been documented.
19-
- [ ] New functionality has javadoc added
20-
- [ ] API changes companion pull request [created](https://github.com/opensearch-project/opensearch-api-specification/blob/main/DEVELOPER_GUIDE.md).
21-
- [ ] Failing checks are inspected and point to the corresponding known issue(s) (See: [Troubleshooting Failing Builds](../blob/main/CONTRIBUTING.md#troubleshooting-failing-builds))
22-
- [ ] Commits are signed per the DCO using --signoff
23-
- [ ] Commit changes are listed out in CHANGELOG.md file (See: [Changelog](../blob/main/CONTRIBUTING.md#changelog))
24-
- [ ] Public documentation issue/PR [created](https://github.com/opensearch-project/documentation-website/issues/new/choose)
16+
- [ ] Functionality includes testing.
17+
- [ ] API changes companion pull request [created](https://github.com/opensearch-project/opensearch-api-specification/blob/main/DEVELOPER_GUIDE.md), if applicable.
18+
- [ ] Public documentation issue/PR [created](https://github.com/opensearch-project/documentation-website/issues/new/choose), if applicable.
2519

2620
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
2721
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

.github/workflows/pull-request-checks.yml

-29
This file was deleted.

0 commit comments

Comments
 (0)