Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 863 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 863 Bytes

Contributing

Thanks for taking the time to contribute! 🎉

When contributing to this project, please first discuss the changes you wish to make via an issue before making changes.

Please note the Code of Conduct document, please follow it in all your interactions with this project.

Prepare the code

Check out the Installation guide

Linting

This project uses ESLint for code linting. You can run ESLint across the code by calling npm run lint from a terminal.

Submitting a Pull Request