Skip to content

Commit

Permalink
Promote contributors to maintainers, add Open Collective details (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed May 29, 2019
1 parent c728261 commit b639b4e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
14 changes: 10 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Contributing to Nox
# Contributing

Thank you for your interest in improving Nox. Nox is open-source under the
Apache License Version 2.0 and welcomes contributions.
[Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) and welcomes contributions in the form of bug reports, feature requests, and pull requests.

Nox is hosted on [GitHub](https://github.com/theacodes/nox).

## Support, questions, and feature requests

Feel free to file a bug on github.
Feel free to file a bug on [GitHub](https://github.com/theacodes/nox).

## Reporting issues

File a bug on github. To help us figure out what's going on, please err on the
File a bug on [GitHub](https://github.com/theacodes/nox). To help us figure out what's going on, please err on the
side of including lots of information, such as:

* Operating system.
Expand Down Expand Up @@ -47,3 +49,7 @@ recommended to test as much as possible locally before pushing.
## Getting a sticker

If you've contributed to Nox, you can get a cute little Nox sticker. Reach out to Thea at me@thea.codes to request one.

## Getting paid

Contributions to Nox can be expensed through [our Open Collective](https://opencollective.com/python-nox). The maintainers will let you know when and for how much you can expense contributions, but always feel free to ask.
1 change: 1 addition & 0 deletions docs/CONTRIBUTING.md
10 changes: 0 additions & 10 deletions docs/contrib.rst

This file was deleted.

18 changes: 10 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to Nox
tutorial
config
usage
contrib
CONTRIBUTING
CHANGELOG

``nox`` is a command-line tool that automates testing in multiple Python environments, similar to `tox`_. Unlike tox, Nox uses a standard Python file for configuration.
Expand Down Expand Up @@ -71,15 +71,17 @@ Nox is not the only tool of its kind. If Nox doesn't quite fit your needs or you
- `Invoke <https://www.pyinvoke.org/>`__ is a general-purpose task execution library, similar to Make. Nox can be thought of as if Invoke were tailored specifically to Python testing, so Invoke is a great choice for scripts that need to encompass far more than Nox's specialization.


Contributors
------------
Maintainers & contributors
--------------------------

Nox is free & open-source software and is made possible by community contributors.
Nox is free & open-source software and is made possible by community maintainers and contributors.

* `Thea Flowers <https://github.com/theacodes>`__
* `Luke Sneeringer <https://github.com/lukesneeringer>`__
Our maintainers are (in alphabetical order):

* `Chris Wilcox <https://github.com/crwilcox>`__
* `Danny Hermes <https://github.com/dhermes>`__
* `Luke Sneeringer <https://github.com/lukesneeringer>`__
* `Santos Gallegos <https://github.com/stsewd>`__
* & `more! <https://github.com/theacodes/nox/graphs/contributors>`__
* `Thea Flowers <https://github.com/theacodes>`__

If you'd like to get involved, see :doc:`contrib`.
Nox also exists due to the various patches and work contributed by `the community <https://github.com/theacodes/nox/graphs/contributors>`__. If you'd like to get involved, see :doc:`CONTRIBUTING`. We pay our contributors using `Open Collective <https://opencollective.com/python-nox>`__.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,6 @@ Look at you! You're now basically an expert at Nox! ✨
For this point you can:

* Read more docs, such as :doc:`usage` and :doc:`config`.
* Give us feedback or contribute, see :doc:`contrib`.
* Give us feedback or contribute, see :doc:`CONTRIBUTING`.

Have fun! 💜

0 comments on commit b639b4e

Please sign in to comment.