-
Ensure the bug was not already reported by searching on GitHub under Issues.
-
If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible
-
Open a new GitHub pull request with the patch.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
-
Ensure the suggestion was not already ask by searching on GitHub under Issues.
-
If you're unable to find an open issue about your feature, open a new one. Be sure to include a title and clear description, as much relevant information as possible
-
Ensure the documentation improvement was not already submitted by searching on GitHub under Issues.
-
If you're unable to find an open issue addressing this, clone the wiki git on your computer
-
Open a new issue. Be sure to include a title and clear description, as much relevant information as possible and the patch for the documentation
Check your code by running the command:
npm run lint
npm run test
The command will output any information worth knowing. No error should be left.
Thanks!