mirror of
https://github.com/Wessel/Snowflakey.git
synced 2026-06-06 03:05:48 +02:00
846 B
846 B
Contributing
The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please ask it in the Discord instead of opening an issue – you will get redirected there anyway.
If you wish to contribute to Aimaina, feel free to fork the repository and submit a pull request. ESLint is used to correct most typo's you make, so it would be helpful if you added ESLint to your editor of choice)
Setup
To get ready to work on the codebase, please do the following:
- Fork & clone the repository, and make sure you're on the master branch
- Run
yarn --devornpm install --dev - Code your heart out and test using
yarn testornpm run test! - Submit a pull request