Adding info on how to set up test env + rewording a few things (#1156)

* Adding info on how to set up test env + rewording a few things

* changelog entry

* lint
This commit is contained in:
Mariana Meireles
2023-02-08 11:25:12 -08:00
committed by GitHub
parent 9a908e5fd0
commit 6ed834807a
4 changed files with 27 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ If you would like to contribute to PyScript, but you aren't sure where to begin,
If you would like to contribute to PyScript, you will need to set up a local development environment. The [following instructions](https://docs.pyscript.net/latest/development/setting-up-environment.html) will help you get started.
You can also read the [developing process](https://docs.pyscript.net/latest/development/developing.html) and how to rebase your branch with the latest changes.
You can also read about PyScript's [development process](https://docs.pyscript.net/latest/development/developing.html) to learn how to contribute code to PyScript, how to run tests and what's the PR etiquette of the community!
## License terms for contributions