Updated contributing guidelines // Resolve #2820

This commit is contained in:
Ivan Kravets
2019-07-23 19:11:22 +03:00
parent 0e61020652
commit ba0ab796c6
2 changed files with 5 additions and 5 deletions

View File

@ -6,12 +6,12 @@ To get started, <a href="https://www.clahub.com/agreements/platformio/platformio
1. Fork the repository on GitHub.
2. Make a branch off of ``develop``
3. Run ``pip install tox``
4. Go to the root of project where is located ``tox.ini`` and run ``tox -e develop``
4. Go to the root of project where is located ``tox.ini`` and run ``tox -e py27``
5. Activate current development environment:
* Windows: ``.tox\develop\Scripts\activate``
* Bash/ZSH: ``source .tox/develop/bin/activate``
* Fish: ``source .tox/bin/activate.fish``
* Windows: ``.tox\py27\Scripts\activate``
* Bash/ZSH: ``source .tox/py27/bin/activate``
* Fish: ``source .tox/py27/bin/activate.fish``
6. Make changes to code, documentation, etc.
7. Lint source code ``tox -e lint``

2
docs

Submodule docs updated: 2a578453be...346875a1e8