You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/05/18 06:50:54 UTC

[1/2] incubator-guacamole-website git commit: GUACAMOLE-3: Add contribution guidelines (CONTRIBUTING).

Repository: incubator-guacamole-website
Updated Branches:
  refs/heads/master fa3b6b66a -> 276d02b4f


GUACAMOLE-3: Add contribution guidelines (CONTRIBUTING).


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/e3bd1012
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/e3bd1012
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/e3bd1012

Branch: refs/heads/master
Commit: e3bd1012024500ef4defa92f8fb1538e1764897a
Parents: f38297c
Author: Michael Jumper <mj...@apache.org>
Authored: Tue May 17 23:45:37 2016 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue May 17 23:45:37 2016 -0700

----------------------------------------------------------------------
 CONTRIBUTING | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/e3bd1012/CONTRIBUTING
----------------------------------------------------------------------
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 0000000..3864b66
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,52 @@
+
+------------------------------------------------------------
+ Contributing to Apache Guacamole
+------------------------------------------------------------
+
+Thank you for contributing to the Apache Guacamole project!
+
+There are certain procedures that must be followed for all contributions. These
+procedures are necessary to allow us to allocate resources for reviewing and
+testing your contribution, as well as communicate effectively with you during
+the review process.
+
+1) Create an issue in our JIRA
+
+    All changes to Guacamole must have corresponding issues in JIRA so the
+    change can be properly tracked:
+
+        https://issues.apache.org/jira/browse/GUACAMOLE/
+
+    If you do not already have an account on the Apache Software Foundation's
+    JIRA, you will need to create one before creating your new issue.
+
+2) Make and test your changes locally
+
+    The Guacamole source is maintained in git repositories hosted on GitHub:
+
+        https://github.com/apache/incubator-guacamole-client
+        https://github.com/apache/incubator-guacamole-manual
+        https://github.com/apache/incubator-guacamole-server
+        https://github.com/apache/incubator-guacamole-website
+
+    To make your changes, fork the applicable repositories and make commits
+    to a topic branch in your fork. Commits should be made in logical units
+    and must reference the JIRA issue number:
+
+    $ git commit -m "GUACAMOLE-123: High-level message describing the changes."
+
+    Avoid commits which cover multiple, distinct goals that could (and should)
+    be handled separately.
+
+    If you do not already have an account on GitHub, you will need to create
+    one before making your changes.
+
+3) Submit your changes via a pull request on GitHub
+
+    Once your changes are ready, submit them by creating a pull request for
+    the corresponding topic branch you created when you began working on your
+    changes.
+
+    The Guacamole team will then review your changes and, if they pass review,
+    your changes will be merged.
+


[2/2] incubator-guacamole-website git commit: Merge new contributing guidelines.

Posted by jm...@apache.org.
Merge new contributing guidelines.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/276d02b4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/276d02b4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/276d02b4

Branch: refs/heads/master
Commit: 276d02b4f5366bd4c05e8550407185c65ef03dc3
Parents: fa3b6b6 e3bd101
Author: James Muehlner <ja...@guac-dev.org>
Authored: Tue May 17 23:49:57 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Tue May 17 23:49:57 2016 -0700

----------------------------------------------------------------------
 CONTRIBUTING | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
----------------------------------------------------------------------