Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D222F18826 for ; Fri, 13 Nov 2015 20:14:07 +0000 (UTC) Received: (qmail 17595 invoked by uid 500); 13 Nov 2015 20:14:07 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 17549 invoked by uid 500); 13 Nov 2015 20:14:07 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 17537 invoked by uid 99); 13 Nov 2015 20:14:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2015 20:14:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D6F49E038A; Fri, 13 Nov 2015 20:14:06 +0000 (UTC) From: riknoll To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-docs pull request: Added page describing how to create iss... Content-Type: text/plain Message-Id: <20151113201406.D6F49E038A@git1-us-west.apache.org> Date: Fri, 13 Nov 2015 20:14:06 +0000 (UTC) Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/418#discussion_r44828736 --- Diff: www/contribute/contribute_guidelines.md --- @@ -0,0 +1,77 @@ +--- +layout: contribute-help +title: Apache Cordova Contribute Guidelines +--- +# Contributor Guidelines + +Thanks for helping to improve Cordova! This page provides a general guide on making contributions to Cordova. If you can't find something on this page, please feel free to contact the [dev mailing list](http://cordova.apache.org/contact) or ask questions on the Cordova Slack. + +## Prerequisites + +Before contributing to Apache Cordova, please complete the following steps: + +1. Sign the [Individual Contributor License Agreement (ICLA)](http://www.apache.org/licenses/#clas) and [submit it to the ASF](http://www.apache.org/licenses/#submitting). + * You should receive an email confirming you submission within a day or so and your name will appear in the [list of committers and non-committers](https://people.apache.org/committer-index.html) + * If you are submitting on behalf of a company, you may need to submit a CCLA as well +2. Join the [mailing list](http://cordova.apache.org/contact/) and send a brief introduction of yourself +3. Create an [Apache JIRA](https://issues.apache.org/jira/secure/Signup!default.jspa) account + +## Working with JIRA + +Issues for Apache Cordova are hosted in the Apache JIRA. All code contributions made to Cordova should have a corresponding JIRA issue. When reporting issues, please follow [these guidelines](./issues.html). + +#### Claiming Issues +If you find a JIRA issue that you would like to work on, you can ask to claim it; please leave a comment indicating your intention and a committer will assign it to you. Some issues in JIRA are auto-assigned to certain contributors. If it is clear that an issue is not being worked on, feel free to work on it yourself (but please comment first to let the asignee know). If you are looking for a place to start, try searching the [issues labelled easyfix](https://issues.apache.org/jira/browse/CB-9974?jql=project%20%3D%20CB%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20%22easyfix%22%20ORDER%20BY%20createdDate%20DESC). + + +## Submitting Code --- End diff -- Sure! I'll add some notes about branches/forks and rebasing PRs. I don't want to add a bunch of git tutorial steps here, but I'll point to the official git docs. The code review steps are useful too. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org