gatsby-plugin-stork
Version:
A Gatsby plugin for generating Stork search indexes.
37 lines (22 loc) • 1.27 kB
Markdown
# Contributing
Thank you for contributing to `gatsby-plugin-stork`!
Pull requests and discussion are greatly appreciated.
We ask that before starting any work, you should discuss it in the appropriate issue or discussion thread.
That said, for _very_ small changes such as typos, you can generally just PR that directly.
Please note we have a [code of conduct](https://github.com/reese/gatsby-plugin-stork/blob/main/CODE_OF_CONDUCT.md); please follow it in all your interactions with the project.
## Pull Request Process
Fork, then clone the repo:
git clone git@github.com:your-username/gatsby-plugin-stork.git
<!--
Make sure the tests pass:
npm test
Make your change. Add tests for your change. Make the tests pass:
npm test
-->
Make your change, then push to your fork and [submit a pull request](https://github.com/reese/gatsby-plugin-stork/compare/).
At this point you're waiting on us.
We like to at least comment on pull requests within three days (and, typically, one day).
We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
* Write tests.
* Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).