mirror of
https://github.com/Wessel/eve.git
synced 2026-07-06 16:04:25 +02:00
13 lines
675 B
Markdown
13 lines
675 B
Markdown
# Contributing
|
|
|
|
If you wish to contribute to EVE, feel free to fork the repository and submit a pull request.
|
|
[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/Wessel/EVE/compare)
|