Skip to content

Commit

Permalink
FAQ.rst:Replace a FAQ
Browse files Browse the repository at this point in the history
Replaces FAQ: 'What are these passing/failing tests on my PRs?' --> 'Need help contributing to coala?'

closes: coala#552
  • Loading branch information
sarthakchakerverty committed Jul 30, 2018
1 parent 71c5e48 commit 581ba7c
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions Help/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,41 +113,11 @@ a newer pip:
should do the job. You have to activate this virtualenv on every terminal
session you want to use coala though (tip: add it to bashrc!)

What are those things failing/passing on my Pull Request?
---------------------------------------------------------

We use a few checks to make sure your Pull Request is ready to be merged into
our master branch. Right now we use 7 of those checks:

- **review/gitmate/commit** Checks this particular commit has any new gitmate
issues.

- **review/gitmate/pr** Checks whether your code respects our styling (PEP8),
doesn't contain unneeded newlines, trailing whitespace, etc. Basically it is
like running coala over your code, so to fix this, simply run ``$ coala``
before pushing! In case you have multiple commits, and the issue is in one
of them, the status will still be failed, so be careful to run ``$ coala``
before making each commit.

- **review/gitmate/manual** This one is the only one that is manual, this can
be given by any coala member and shows that the commit has been reviewed and
has no problems, so it is ready to be merged. It can be done by commenting
``ack commit_sha``. For more information about the whole process, we have
it all documented
`here <http:https://api.coala.io/en/latest/Developers/Review.html>`_.

- **codecov/project** This one checks whether all your code is being tested. We
cannot merge anything that may not work or may broke somewhere, so to avoid
obvious bugs we use this. To fix it, write doctests or unittests for your
functions / classes.

- **ci/circleCI** This is one of the two containers we use to continuously
test the code. It basically runs all the tests and checks your code in a
container, checking that the tests pass on the container. This one is for
Linux, it runs Ubuntu 12.04.

- **continuous-integration/appveyor/pr** This one does the same as the one
above, but for Windows, both 32 and 64bits versions.
Need help contributing to coala?
--------------------------------

If you're new to coala or need any help contributing to coala,please
checkout the `coala API documentation <http:https://api.coala.io/en/latest/>`_.

What is coala Community Code of Conduct?
----------------------------------------
Expand Down

0 comments on commit 581ba7c

Please sign in to comment.