-
Fork the repository.
-
Perform the changes.
-
Run eslint on the project by the following command:
npm run lint
-
Fix the linting issues by running the following command:
npx run fix
-
Push the code to your forked repository on GitHub. Note: The commit and push may fail due to any linting errors. So make sure to fix all of them before commiting and pushing the code. Most of the linting errors can be resolved by running
npm run fix
commmand but for some errors, you have to manually fix them. -
Generate a pull request on NodeJS_Mongo_BoilerPlate repository (our repository). Use our Pull Request Template for making a new pull request.
-
Once the code changes are thoroughly tested, they will be merged into the master of our repository.
- Always make sure that your code follows this project's eslint configuration.