Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD6E711CF5 for ; Sat, 3 May 2014 14:35:06 +0000 (UTC) Received: (qmail 51251 invoked by uid 500); 3 May 2014 14:34:39 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 50949 invoked by uid 500); 3 May 2014 14:34:32 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 50138 invoked by uid 99); 3 May 2014 14:34:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 May 2014 14:34:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 550A189B073; Sat, 3 May 2014 14:34:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Sat, 03 May 2014 14:35:00 -0000 Message-Id: <8633124b5f3242869f2a9327dd91dfd1@git.apache.org> In-Reply-To: <3dfb3be0a85b457e92bd7d255e0a200e@git.apache.org> References: <3dfb3be0a85b457e92bd7d255e0a200e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [46/50] git commit: [flex-sdk] [refs/heads/master] - fix tab/spaces issues fix tab/spaces issues Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1e674b24 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1e674b24 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1e674b24 Branch: refs/heads/master Commit: 1e674b24a1a9b34a1b9f1a8aa080d504eaef5777 Parents: d83446c Author: Justin Mclean Authored: Sat Apr 26 17:44:46 2014 +1000 Committer: Justin Mclean Committed: Sat Apr 26 17:44:46 2014 +1000 ---------------------------------------------------------------------- CONTRIBUTING | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e674b24/CONTRIBUTING ---------------------------------------------------------------------- diff --git a/CONTRIBUTING b/CONTRIBUTING index 988d66f..8938901 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -34,16 +34,16 @@ Contributing Mailing Lists ============= - The two main mailing list are the user list for discussing how to code in - Flex and any issues you run into and the dev list for discussing ongoing - development of the SDK. - - You can subscribe to the mailing lists by sending an email to: - users-subscribe@flex.apache.org - dev-subscribe@flex.apache.org - - Note that both mailing lists have are mid-high volume lists. - + The two main mailing list are the user list for discussing how to code in + Flex and any issues you run into and the dev list for discussing ongoing + development of the SDK. + + You can subscribe to the mailing lists by sending an email to: + users-subscribe@flex.apache.org + dev-subscribe@flex.apache.org + + Note that both mailing lists have are mid-high volume lists. + For those who prefer forums: http://s.apache.org/flex-users-forum http://s.apache.org/flex-dev-forum @@ -63,17 +63,17 @@ Reporting Bugs - Screen shots - Small sample application showing the issue - Steps on how to reproduce the issue - + Please search through JIRA before submitting new bugs. It may be that the bug you've found has already been reported. Getting the code ================ - The Apache FLex SDK code is stored in a git repository. + The Apache FLex SDK code is stored in a git repository. https://cwiki.apache.org/confluence/display/FLEX/1.+Setting+up+the+SDK - To check out: + To check out: git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk cd sdk git checkout develop