Thank you for considering contributing to this project! The process is straightforward:
- Check Existing Issues: Look through the existing issues to see if someone else has raised the same point or question. If your issue doesn't exist, feel free to create a new one.
- Fork the Repository: Click the "Fork" button at the top-right corner of this repository and clone your fork to your local machine.
- Make Your Changes: Edit the files and make your changes. Make sure your changes are clear and well-explained.
- Submit a Pull Request: Once you're satisfied with your changes, push them back to your fork on GitHub. Then, create a new pull request.
- Please use 4 spaces for indentation.
- Stick to using
const
andlet
overvar
. That's it! Your contributions are always welcome.