Skip to content

Commit 26f39a5

Browse files
committed
FAQ.rst : Adding information about missing test.
Adding ``review/gitmate/manual/pr`` to the list of tests that are executed before any pull request is approved. Closes coala#580
1 parent a247a76 commit 26f39a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Help/FAQ.rst

+5
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ our master branch. Right now we use 7 of those checks:
136136
it all documented
137137
`here <http://api.coala.io/en/latest/Developers/Review.html>`_.
138138

139+
- **review/gitmate/manual/pr** This is a manual process in which the pull request
140+
can be reviewed by any coala member. Once the pull request is reviewed and
141+
approved, it is ready to be merged into the master branch. Post approval, it will
142+
be labeled with a ``process`` label marked as ``approved``.
143+
139144
- **codecov/project** This one checks whether all your code is being tested. We
140145
cannot merge anything that may not work or may broke somewhere, so to avoid
141146
obvious bugs we use this. To fix it, write doctests or unittests for your

0 commit comments

Comments
 (0)