Thanks for taking the time to contribute!
The following is a set of guidelines for contributing to Cosmic Typer. These are just guidelines, not rules, so use your best judgement and feel free to propose changes to this document in a pull request.
Typer is a tool built with vanilla JavaScript and Gulp. Though it's not 100% important to understand Gulp, as the build process is pretty complete at the moment, you can head over to Gulp and take a look at the documentation.
- If you have any questions regarding Typer, open an issue.
Ensure the bug was not already reported by searching on GitHub under issues. If you're unable to find an open issue addressing the bug, open a new issue.
Please pay attention to the following points while opening an issue.
Detailed information is very helpful to understand an issue.
For example:
- How to reproduce the issue, step-by-step.
- The expected behavior (or what is wrong).
- Error message and line number.
- The browser make and version.
Pull Requests are always welcome.
- When you edit the code, please run
npm run lint
to check the formatting of your code before yougit commit
. ( COMING SOON ) - Ensure the PR description clearly describes the problem and solution. It should include:
- The browser amke and version on which you tested.
- The Typer version on which you tested.
- The relevant issue number, if applicable.