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 18:32:21 UTC

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

Repository: incubator-guacamole-manual
Updated Branches:
  refs/heads/master 0905bd288 -> af1f16a6d


GUACAMOLE-3: Add contribution guidelines (CONTRIBUTING).


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

Branch: refs/heads/master
Commit: 1a2894142842f1b4219287024232e9514c89cf89
Parents: 87824ed
Author: Michael Jumper <mj...@apache.org>
Authored: Tue May 17 23:50:31 2016 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue May 17 23:50:31 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/1a289414/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-manual git commit: Merge addition of contribution guidelines to manual.

Posted by jm...@apache.org.
Merge addition of contribution guidelines to manual.


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

Branch: refs/heads/master
Commit: af1f16a6da0d381b042daa7e2e482087b1aff3b0
Parents: 0905bd2 1a28941
Author: James Muehlner <ja...@guac-dev.org>
Authored: Wed May 18 11:31:48 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Wed May 18 11:31:48 2016 -0700

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