File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,18 @@ which is a fine place to ask for access when you start at Mozilla.
71
71
.. _`Mozilla account` : https://github.com/mozilla
72
72
.. _GitHub : https://github.com/
73
73
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
+
74
86
Working on projects
75
87
-------------------
76
88
In order to work on a project:
@@ -100,7 +112,7 @@ You will want to keep your local ``master`` branch in sync. Typically
100
112
you will rebase your branches with your ``master `` and ultimately you
101
113
will push your ``master `` to ``origin/master ``.
102
114
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 .
104
116
E.g. for Zamboni _. ::
105
117
106
118
origin [email protected] :jbalogh/zamboni.git
You can’t perform that action at this time.
0 commit comments