-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
69: Add CREDITS.md r=nbraud a=duckinator Alternative to #64. Co-authored-by: Ellen Marie Dash <[email protected]> Co-authored-by: Ellen Marie Dash <[email protected]>
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Maintainers | ||
|
||
- [Ellen Marie Dash (@duckinator)](https://github.com/duckinator) | ||
- [nicoo (@nbraud)](https://github.com/nbraud) | ||
|
||
|
||
# Contributors | ||
|
||
These are folks who aren't maintainers, but have contributed in some way. :) | ||
|
||
- [Samuel Lewis (@ritlew)](https://github.com/ritlew) | ||
- [@kayila](https://github.com/kayila) | ||
|
||
|
||
# Software and Services We Rely On ♥ | ||
|
||
All of the following help make Emanate as awesome as it is: | ||
|
||
Software and libraries: | ||
|
||
- [Python](https://python.org) | ||
- [flake8](https://gitlab.com/pycqa/flake8) | ||
- flake8 [bugbear](https://github.com/PyCQA/flake8-bugbear) plugin | ||
- flake8 [commas](https://github.com/PyCQA/flake8-commas/) plugin | ||
- [docstrings](https://gitlab.com/pycqa/flake8-docstrings) plugin to integrate with [pydocstyle](https://github.com/PyCQA/pydocstyle/) | ||
- [pip](https://pip.pypa.io/) | ||
- [pylint](https://www.pylint.org/) and the [pytest-pylint](https://github.com/carsongee/pytest-pylint) integration | ||
- [pytest](https://pytest.org/) | ||
- [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel) | ||
|
||
Services: | ||
- [bors](https://bors.tech/) | ||
- [Cirrus CI](https://cirrus-ci.org/) | ||
- [Python Package Index (PyPI)](https://pypi.org/) |