Skip to content

Commit 81333b1

Browse files
authored
Update PULL_REQUEST_TEMPLATE to include an API spec change in the checklist. (#696)
1 parent fb5d525 commit 81333b1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
### Description
22
[Describe what this change achieves]
3-
4-
### Issues Resolved
5-
[List any issues this PR will resolve]
6-
3+
4+
### Related Issues
5+
Resolves #[Issue number to be closed when this PR is merged]
6+
<!-- List any other related issues here -->
7+
78
### Check List
89
- [ ] New functionality includes testing.
9-
- [ ] All tests pass
1010
- [ ] New functionality has been documented.
11-
- [ ] New functionality has javadoc added
12-
- [ ] Commits are signed per the DCO using --signoff
11+
- [ ] API changes companion pull request [created](https://github.com/opensearch-project/opensearch-api-specification/blob/main/DEVELOPER_GUIDE.md).
12+
- [ ] Commits are signed per the DCO using `--signoff`.
13+
- [ ] Public documentation issue/PR [created](https://github.com/opensearch-project/documentation-website/issues/new/choose).
1314

1415
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
15-
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).
16+
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/common-utils/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

0 commit comments

Comments
 (0)