You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2019/02/05 14:42:16 UTC

[bookkeeper] branch master updated: [DEV] Break current ISSUE_TEMPLATE into multiple single templates

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new a08defd  [DEV] Break current ISSUE_TEMPLATE into multiple single templates
a08defd is described below

commit a08defd82d412a0c7ebcec8b4eca5d5020fe7988
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Tue Feb 5 22:42:11 2019 +0800

    [DEV] Break current ISSUE_TEMPLATE into multiple single templates
    
    Descriptions of the changes in this PR:
    
    *Motivation*
    
    Following the Github community recommendations (https://github.com/apache/bookkeeper/community)
    to break down current ISSUE_TEMPLATE to multiple single templates
    
    *Modifications*
    
    - break down the `ISSUE_TEMPLATE.md` into multiple files in `ISSUE_TEMPLATE`
    - fix the skip phrase in PULL_REQUEST_TEMPLATE
    
    
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>
    
    This closes #1933 from sijie/fix_pull_request_templates
---
 .github/ISSUE_TEMPLATE/bp.md              | 19 +++++++++++++++++
 .github/ISSUE_TEMPLATE/bug_report.md      | 34 +++++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++++
 .github/ISSUE_TEMPLATE/question.md        | 14 +++++++++++++
 .github/PULL_REQUEST_TEMPLATE.md          |  2 +-
 5 files changed, 86 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bp.md b/.github/ISSUE_TEMPLATE/bp.md
new file mode 100644
index 0000000..9f1566a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bp.md
@@ -0,0 +1,19 @@
+---
+name: BookKeeper Proposal
+about: Propose a major change to BookKeeper
+title: ''
+labels: type/proposal
+assignees: ''
+
+---
+
+**BP**
+
+> Follow the instructions at http://bookkeeper.apache.org/community/bookkeeper_proposals/ to create a proposal.
+
+This is the master ticket for tracking BP-xyz :
+
+[a short description for this BP]
+
+<!-- add a proposal PR link below -->
+Proposal PR - #abc
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..3021fbf
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,34 @@
+---
+name: Bug report
+about: Create a bug report to help us improve
+title: ''
+labels: type/bug
+assignees: ''
+
+---
+
+**BUG REPORT**
+
+***Describe the bug***
+
+A clear and concise description of what the bug is.
+
+***To Reproduce***
+
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+***Expected behavior***
+
+A clear and concise description of what you expected to happen.
+
+***Screenshots***
+
+If applicable, add screenshots to help explain your problem.
+
+***Additional context***
+
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..931a2e4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,18 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: type/feature
+assignees: ''
+
+---
+
+**FEATURE REQUEST**
+
+1. Please describe the feature you are requesting.
+
+2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have).
+   Are you currently using any workarounds to address this issue?
+
+3. Provide any additional detail on your proposed use case for this feature.
+
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
new file mode 100644
index 0000000..afa0587
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,14 @@
+---
+name: Question
+about: Ask the community for answering questions of BookKeeper
+labels: type/question
+assignees: ''
+
+---
+
+**QUESTION**
+
+Have you checked our documentation at http://bookkeeper.apache.org/?
+If you could not find an answer there, please consider asking your question
+in our community mailing list at user@bookkeeper.apache.org, as it would benefit
+other members of our community.
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 064f988..1e1991b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -26,7 +26,7 @@ Master Issue: #<master-issue-number>
 > - [ ] [skip bookkeeper-server remaining tests]: skip testing all other tests in bookkeeper-server module.
 > - [ ] [skip integration tests]: skip docker based integration tests. if you make java code changes, you shouldn't skip integration tests.
 > - [ ] [skip build java8]: skip build on java8. *ONLY* skip this when *ONLY* changing files under documentation under `site`.
-> - [ ] [skip build java9]: skip build on java9. *ONLY* skip this when *ONLY* changing files under documentation under `site`.
+> - [ ] [skip build java11]: skip build on java11. *ONLY* skip this when *ONLY* changing files under documentation under `site`.
 > ---
 
 > ---