Contribution Guide
- Environment Setup
- Where to start?
- Development Discussion
- Security Vulnerabilities
- Coding Style
- Code of Conduct
Environment Setup
- Fork the repo from Github
- Clone into your development machine
- Run
npm installto install the dependencies - Run
npm run devto run the app on dev mode - Run
npm run lint:fixto fix the coding style - Push to your branch 🚀
- Go to your Fork and open a PR 🤩
Where to start?
If you want to start right away, we recommend you to start from the open issues in the Todo state.
You can find them here
They're sorted by priority. So feel free to pick an unassigned one. Drop a comment so we can assign it to you.
WARNING
If you want to work on something which is not listed in the ToDo issues. Please read the below section!
Development Discussion
You may propose new features or improvements of existing behavior in the repository's Discussion Board. If you propose a new feature, please be willing to implement at least some of the code that would be needed to complete the feature.
Informal discussion regarding bugs, new features, and implementation of existing features takes place in the #ideas channel of our Discord server.
WARNING
Please do not refactor any existing code without discussing it with the maintainers first.
Security Vulnerabilities
If you discover a security vulnerability, please email to Saeed Vaziry at [email protected]. All security vulnerabilities will be promptly addressed.
Coding Style
Before proposing any PRs please fix your coding style by running the following command
npm run lint:fixCode of Conduct
Violations of the code of conduct should be reported to Saeed Vaziry at [email protected].
- Participants should embrace tolerance toward differing opinions.
- It is imperative for participants to use language and exhibit behaviors that avoid personal attacks and demeaning comments.
- When evaluating the statements and actions of others, it is crucial to presume positive intentions.
- Any behavior deemed as reasonably constituting harassment is strictly prohibited.