Skip to content

Commit 3e5105d

Browse files
committed
info about github service hooks
1 parent 91ca1dc commit 3e5105d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

git.rst

+13-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@ which is a fine place to ask for access when you start at Mozilla.
7171
.. _`Mozilla account`: https://github.com/mozilla
7272
.. _GitHub: https://github.com/
7373

74+
Service Hooks
75+
~~~~~~~~~~~~~
76+
77+
GitHub has some service hooks that are helpful to Mozilla projects.
78+
79+
* Bugzilla - posts comments on bugzilla when commit messages reference a
80+
bug by id, and closes bugs when commit message says 'fix' or 'close'
81+
* IRC - announces repository pushes in an irc channel
82+
83+
Contact ``davedash`` or ``wenzel`` to get access parameters for the
84+
hooks.
85+
7486
Working on projects
7587
-------------------
7688
In order to work on a project:
@@ -100,7 +112,7 @@ You will want to keep your local ``master`` branch in sync. Typically
100112
you will rebase your branches with your ``master`` and ultimately you
101113
will push your ``master`` to ``origin/master``.
102114

103-
Let's assume you've defined your ``origin`` remote properly in github.
115+
Let's assume you've defined your ``origin`` remote properly in GitHub.
104116
E.g. for Zamboni_. ::
105117

106118
origin [email protected]:jbalogh/zamboni.git

0 commit comments

Comments
 (0)