I'm glad you're reading this because it means you're interested in contributing to this project. We need developers who help this project grow 🌱!
Here are some important resources:
- Repository holds the code and content of the
zappackage - GitHub Issues indicates everything you can work on (of course, you are free to propose anything else 😉)
- Discussions is where we talk about the package features and future
- Releases represents the present and history of this package project
Contributing to this project is straightforward:
- Fork the repository on your own profile and start coding
- When you're finished, update the documentation under the
docsfolder if necessary - Push your commits to your own repository
- Open a Pull Request to the
mainrepository branch
And you're done!
Warning
These guidelines are here to help keep this project well-organized and easy to manage for me.
- Before submission, please execute
typstyle -l 180 -t 4 -i srcto get your code clean - One Pull Request means one feature/component
- Communication is necessary, please give your Pull Request a short, descriptive title with a quick explanation of the feature you developed. PR names should start with
feat,feat(component),docs,chore, ... for examplefeat: adding voltage decorations to components