Skip to content

Commit

Permalink
link to the Gitter chat room
Browse files Browse the repository at this point in the history
Having a chat is desirable because real-time discussions are sometimes
much more efficient than typing up issue comments. I tested this by
walking a first-time contributor through Git and the pull request
process.

Gitter is a chat service with good GitHub integration. The chat rooms
are fairly open and can be viewed without having to log in. For
logged-in users, there is an IRC bridge.
  • Loading branch information
latk committed Apr 27, 2018
1 parent 3c1951e commit e85c102
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ deploy:
tags: true
branch: master
python: '2.7'

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/cda77870362da0942755
on_success: change
on_failure: always
on_start: never
7 changes: 7 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ This can take a week.
Please fix any issues that are discovered during this process.
Feel free to force-push your updates to the pull request branch.

If you need assistance for your pull request, you can

- chat in `our Gitter room <https://gitter.im/gcovr/gcovr>`_
- discuss your problem in an issue
- open an unfinished pull request as a work in progress (WIP),
and explain what you've like to get reviewed

How to set up a development environment
---------------------------------------

Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generate GCC code coverage reports

website_ • documentation_ • bugtracker_ • `GitHub <repo_>`_

|travis-ci-badge| |appveyor-ci-badge| |pypi-badge| |codecov-badge|
|travis-ci-badge| |appveyor-ci-badge| |pypi-badge| |codecov-badge| |gitter-badge|

.. begin abstract
Expand Down Expand Up @@ -60,6 +60,9 @@ Example HTML details:
.. |codecov-badge| image:: https://codecov.io/gh/gcovr/gcovr/branch/master/graph/badge.svg
:target: https://codecov.io/gh/gcovr/gcovr/branch/master
:alt: Codecov status
.. |gitter-badge| image:: https://badges.gitter.im/gcovr/gcovr.svg
:target: https://gitter.im/gcovr/gcovr
:alt: Gitter chat

.. end links
Expand Down
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ build: off
test_script:
- 'python -m pytest -v --cov=gcovr --cov-branch gcovr doc/examples'
- 'codecov -X gcov search'


notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/5c98eaf2d3e76753369e
on_build_success: false
on_build_failure: true
on_build_status_changed: true
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gcovr

* Submit a ticket |rarr| `<https://github.com/gcovr/gcovr/issues>`_
* Stack Overflow |rarr| `<http://stackoverflow.com/search?q=[gcovr]>`_
* Chat on Gitter |rarr| `<https://gitter.im/gcovr/gcovr>`_

* Download

Expand Down

0 comments on commit e85c102

Please sign in to comment.