507 B
507 B
Contributing to Ren Browser
I welcome all contributions to the project.
Places to help out
- Styling/Design (I am bad at this)
- Documentation
- Micron Renderer/Parser
Rules
- Be nice to each other.
- If you use an AI tool that generates the code, such as a LLM, please indicate that in the PR.
- Add or update docstrings and tests if necessary.
- Make sure you run the tests before submitting the PR.
Testing
To run the tests, use the following command:
poetry run pytest