Skip to content
Snippets Groups Projects
Commit 1794e16f authored by Moul's avatar Moul
Browse files

[doc] CONTRIBUTING: fix typos and links

parent d8e36c13
No related branches found
No related tags found
2 merge requests!146Merge dev into master branch to complete v0.8.0 development cycle,!137Code changes
Pipeline #9469 passed
......@@ -3,9 +3,9 @@
## Goals
Part of the Duniter project running the Ğ1 currency, Silkaj project is aiming to create a generic tool to manage his account and wallets, and to monitor the currency.
## Install the development environement
We are using [Poetry](https://poetry.eustace.io/) as a development environement solution. Start [installing Poetry](install_poetry.md).
This will install a sandboxed Python environement.
## Install the development environment
We are using [Poetry](https://poetry.eustace.io/) as a development environment solution. Start [installing Poetry](doc/install_poetry.md).
This will install a sandboxed Python environment.
Dependencies will be installed in it in order to have Silkaj running and to have pre-installed developement tools.
## Workflow
......@@ -50,7 +50,7 @@ Black is called on staged files, so commit should fail in case black made change
You will have to add Black changes in order to commit your changes.
## Tests
We are using [Pytest](https://pytest.org) as a tests framework. To know more about how Silkaj implement it read the [project test documentation](test_and_coverage.md).
We are using [Pytest](https://pytest.org) as a tests framework. To know more about how Silkaj implement it read the [project test documentation](doc/test_and_coverage.md).
To run tests, within `silkaj` repository:
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment