Skip to content

Commit ca2bd8a

Browse files
committed
README and CONTRIBUTING
1 parent 0677bd7 commit ca2bd8a

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Receptor Contributing Guidelines
2+
3+
Hi there! We're excited to have you as a contributor.
4+
5+
If you have questions about this document or anything not covered here? Come chat with us `#receptor` on irc.freenode.net
6+
7+
## Things to know prior to submitting code
8+
9+
- All code and doc submissions are done through pull requests against the `master` branch.
10+
- Take care to make sure no merge commits are in the submission, and use `git rebase` vs `git merge` for this reason.
11+
12+
## Setting up your development environment
13+
14+
It's entirely possible to develop on **Receptor** simply with
15+
16+
```bash
17+
(host)$ python setup.py develop
18+
```
19+
20+
## Linting and Unit Tests
21+
22+
* Use `flake8` for linting.
23+
* Use `pytest` for unit tests.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Receptor
2+
==============
3+
4+
[![Documentation](https://readthedocs.org/projects/receptor/badge/?version=stable)](https://receptor.readthedocs.io/en/latest/)
5+
6+
7+
For the latest documentation see: [https://receptor.readthedocs.io](https://receptor.readthedocs.io/en/latest/)
8+
9+
Get Involved
10+
============
11+
12+
* We use [GitHub issues](https://github.com/project-receptor/receptor/issues) to track bug report and feature ideas...
13+
* Want to contribute, check out our [guide](CONTRIBUTING.md)
14+
* Join us in the `#receptor` channel on Freenode IRC

0 commit comments

Comments
 (0)