This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 1768515  Update GitHub issue template wording
1768515 is described below

commit 1768515aeb53ee6cdc669d821aab25bedf8c412f
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Tue Dec 22 20:19:46 2020 -0500

    Update GitHub issue template wording
    
    * Use "LTM" instead of "LTS"
    * Add javadoc build command
---
 .github/ISSUE_TEMPLATE/post_vote_checklist.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/post_vote_checklist.md 
b/.github/ISSUE_TEMPLATE/post_vote_checklist.md
index 1b0d1af..ef404b0 100644
--- a/.github/ISSUE_TEMPLATE/post_vote_checklist.md
+++ b/.github/ISSUE_TEMPLATE/post_vote_checklist.md
@@ -27,11 +27,11 @@ assignees: ''
   - [ ] In [several mirrors](https://www.apache.org/dyn/closer.lua/accumulo)
 - Update the [staging website](http://accumulo.staged.apache.org/)
   - [ ] Release notes
-  - [ ] Add `LTS: true` to the release notes front-matter for LTS releases
+  - [ ] Add `LTM: true` to the release notes front-matter for LTM releases
   - [ ] Navigation
   - [ ] Downloads page
   - [ ] DOAP file
-  - [ ] Add manual/examples/javadoc
+  - [ ] Add manual/examples/javadoc (build javadoc from tag with `mvn clean 
package -DskipTests javadoc:aggregate -Paggregate-javadocs`)
   - [ ] If javadoc is built with Java 11, [patch 
it](https://github.com/apache/accumulo/blob/main/contrib/javadoc11.patch)
   - [ ] Jekyll config
   - [ ] Grep for, and update any links to previous version to now point to the 
new version

Reply via email to