gatsby-plugin-fix-fouc
Version:
Gatsby Plugin Fix FOUC is a plugin that solves flicker of unstyled content
27 lines (18 loc) • 740 B
Markdown
# Contributing
Thanks for wanting to contributions。
## Code of Conduct
This repository has adopted the [Contributor Covenant 2.0](https://www.contributor-covenant.org/ja/version/2/0/code_of_conduct/) as its Code of Conduct.
## make a Pull Request
Pull Requests are always welcome, but please discuss larger changes via issue before your work.
1. Fork the repository.
1. Clone the fork to your local machine
1. Install the dependencies with yarn
`yarn install`
1. Create a new topic branch
`git checkout -b fix/topic`
1. Make changes
1. commit and push
`git push -u origin HEAD`
1. make a Pull Request.
## License
By contributing your code to this repository, you agree to license your contribution under the MIT license.