Just follow ISSUE_TEMPLATE
. done!
This repository managed based on forked pull request strategy
# Fork this repository to yours.
$ git clone [YOUR_REPOSITORY_URL]
$ cd gatsby-starter-bee
# Install npm packages and start this project.
$ npm install
$ npm start
# (Working...)
$ git commit [...]
$ git push origin [YOUR_REPOSITORY]
# Enroll pull-request!
# in https://github.com/JaeYeopHan/gatsby-starter-bee
Consider starting the commit message with an applicable emoji:
- ♻️
:recycle:
: withenv:
prefix.- when set new development environment.
- 🎁
:gift:
: withfeat:
prefix.- when create new feature.
- ✅
:white_check_mark:
: withtest:
prefix.- when adding tests.
- 🐛
:bug:
: withfix:
prefix.- when fixing a bug.
- 📝
:memo:
: withdocs:
prefix.- when add document.
I'm waiting for your pull request. 🙏