File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments