Skip to content

Commit dbd2bc2

Browse files
authored
Update PULL_REQUEST_TEMPLATE to include an API spec change in the checklist. (#1202)
1 parent c5425a5 commit dbd2bc2

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
*Issue #, if available:*
1+
### Description
2+
[Describe what this change achieves]
23

3-
*Description of changes:*
4+
### Related Issues
5+
Resolves #[Issue number to be closed when this PR is merged]
6+
<!-- List any other related issues here -->
47

5-
*CheckList:*
6-
- [ ] Commits are signed per the DCO using --signoff
8+
### Check List
9+
- [ ] New functionality includes testing.
10+
- [ ] New functionality has been documented.
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).
714

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

0 commit comments

Comments
 (0)