You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2018/03/16 18:30:56 UTC

[accumulo] branch master updated: Proposal for switching to github issues (#396)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 63260d5  Proposal for switching to github issues (#396)
63260d5 is described below

commit 63260d593ac7b61e91c0ecb87bcd1cee56eb8289
Author: Keith Turner <ke...@deenlo.com>
AuthorDate: Fri Mar 16 14:30:54 2018 -0400

    Proposal for switching to github issues (#396)
---
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9f52bdb..4a54b31 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,7 +17,7 @@ limitations under the License.
 
 # Contributors Guide
 
- If you believe that you have found a bug, please search for an existing [issue](https://issues.apache.org/jira/browse/accumulo) to see if it has already been reported. If you would like to add a new feature to Accumulo, please send an email with your idea to the [dev](mailto:dev@accumulo.apache.org) mail list. If it's appropriate, then we will create a ticket and assign it to you.
+ If you believe that you have found a bug, please search for an existing [issue](https://github.com/apache/accumulo/issues) to see if it has already been reported. If you would like to add a new feature to Accumulo, please send an email with your idea to the [dev](mailto:dev@accumulo.apache.org) mail list. If it's appropriate, then we will create an issue.  For simple changes, its ok to just submit a pull request without an issue.
 
 ## Development
 
@@ -27,8 +27,8 @@ limitations under the License.
 
 ## Patch Submission
 
-- Ensure that Accumulo builds cleanly before submiting your patch using the command: `mvn clean verify -DskipITs`
-- Before submission please squash your commits using a message that starts with the JIRA issue number and a description of the changes.
+- Ensure that Accumulo builds cleanly before submitting your patch using the command: `mvn clean verify -DskipITs`
+- Before submission please squash your commits using a message that starts with the issue number and a description of the changes.
 - Patches should be submitted in the form of Pull Requests to the Apache Accumulo GitHub [repository](https://github.com/apache/accumulo/) or to the [Review Board](https://reviews.apache.org) accumulo repository.
 
 ## Review

-- 
To stop receiving notification emails like this one, please contact
kturner@apache.org.