Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-06-06 02:35:41 +02:00
Files
boilerplate/.github/CONTRIBUTING.md
2020-08-27 20:33:28 +02:00

699 B

Contributing

If you wish to contribute to $(PROJECT_NAME), feel free to fork the repository and submit a pull request. ESLint is enforced to correct most typo's you make and keep the code style the same throughout the whole project, so it would be appreciated if you installed ESLint to your editor of choice

Setup

To get ready to work on the codebase, please do the following:

  1. Fork & clone the repository, and make sure you're on the master branch
  2. Run yarn --dev or npm install --dev
  3. Code your heart out and test using yarn test or npm run test
  4. Submit a pull request