From 8246e66ba1319f19450a1d30cd0babdf009c6d78 Mon Sep 17 00:00:00 2001 From: dblock Date: Wed, 17 Jul 2024 16:01:00 -0400 Subject: [PATCH] Re-added sections. Signed-off-by: dblock --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 913b831eb0..c84ed5b13a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,6 +8,8 @@ Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been documented. + - [ ] New functionality has javadoc added. + - [ ] New functionality has a user manual doc added. - [ ] API changes companion pull request [created](https://github.com/opensearch-project/opensearch-api-specification/blob/main/DEVELOPER_GUIDE.md). - [ ] Commits are signed per the DCO using `--signoff`. - [ ] Public documentation issue/PR [created](https://github.com/opensearch-project/documentation-website/issues/new/choose).