keith-turner closed pull request #396: Proposal for switching to github issues URL: https://github.com/apache/accumulo/pull/396
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f52bdb976..4a54b3142f 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:[email protected]) 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:[email protected]) 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
