Hi there! I'm thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
If you have suggestions for how this project could be improved, or want to report a bug, open an issue! I'd love all and any contributions.
If you have questions, too, post a message in the Discussion section
BOTPOISON_PK=''
FORMSPARK_ACTION_URL=''
IMAGEKIT_B64_API=''
NPM_GREENSOCK_TOKEN=''
If you really wish to perfom PRs, here is what you can do :
- Fork and clone the repository.
- Make sure to read carefully the documentation.
- Configure and install the dependencies.
- Create a new branch:
git checkout -b my-branch-name
. - Make your change, add tests, and make sure the tests still pass.
- Push to your fork and submit a pull request.
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
- Follow the style guide which is using standard. Any linting errors should be shown when running
npm run eslint-fix
. - Keep your changes as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
- Write a good commit message.
Work in Progress pull requests are also welcome to get feedback early on.