To contribute, follow the guidelines below. This helps me address your pull request in a more timely manner.
If this is your first pull request, follow these steps:
-
Create a fork of this repository
-
Download the forked repository
-
Checkout out the development branch
-
Apply your code fix
-
Create a pull request against the development branch
-
Create a branch off the development branch.
-
To reduce merge conflicts, rebase your branch before submitting your pull request.
-
If applicable, reference the issue number in the comments of your pull request.
-
-
In your pull request, include:
-
A brief description of the problem and your solution
-
(optional) Screen shots
-
(optional) Error logs
-
(optional) Steps to reproduce
-
-
Your code should pass the automation process.
- Lint your code:
npm run lint
- Lint your code:
After you submit your pull request, we'll look it over and consider it for merging.
As long as your submission has met the above guidelines, I will merge it in a timely manner.