Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-07-17 05:54:17 +02:00
This commit is contained in:
Wessel T
2020-06-19 23:41:38 +02:00
parent c65cff7839
commit 25c679f5cc
9 changed files with 169 additions and 13 deletions

View File

@@ -1,14 +1,12 @@
# Contributing
**The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please ask it in the [Discord](https://discord.gg/SV7DAE9) instead of opening an issue you will get redirected there anyway.**
If you wish to contribute to $(PROJECT_NAME), feel free to fork the repository and submit a pull request.
[ESLint](https://eslint.org/) is used to correct most typo's you make, so it would be helpful if you added [ESLint](https://eslint.org/) to your editor of choice)
[ESLint](https://eslint.org/) 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](https://eslint.org/) 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`
4. Code your heart out and test using `yarn test` or `npm run test`!
6. [Submit a pull request](https://github.com/PassTheWessel/$(PROJECT_NAME)/compare)
4. Code your heart out and test using `yarn test` or `npm run test`
6. [Submit a pull request](https://github.com/PassTheWessel/$(PROJECT_NAME)/compare)