Skip to content

Commit 8401f98

Browse files
Update PULL_REQUEST_TEMPLATE to include an API spec change in the checklist. (#162) (#178)
(cherry picked from commit 9a7b217) Signed-off-by: dblock <dblock@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 71d8a63 commit 8401f98

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Description
2+
[Describe what this change achieves]
3+
4+
### Related Issues
5+
Resolves #[Issue number to be closed when this PR is merged]
6+
<!-- List any other related issues here -->
7+
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).
14+
15+
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
16+
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/custom-codecs/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

0 commit comments

Comments
 (0)