Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 994 Bytes

CONTRIBUTING.md

File metadata and controls

48 lines (33 loc) · 994 Bytes

HOW TO CONTRIBUTE

Issue

Just follow ISSUE_TEMPLATE. done!

Pull Request

Forked strategy

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

Commit message rules

Consider starting the commit message with an applicable emoji:

  • ♻️ :recycle: : with env: prefix.
    • when set new development environment.
  • 🎁 :gift: : with feat: prefix.
    • when create new feature.
  • :white_check_mark: : with test: prefix.
    • when adding tests.
  • 🐛 :bug: : with fix: prefix.
    • when fixing a bug.
  • 📝 :memo: : with docs: prefix.
    • when add document.

Thanks!

I'm waiting for your pull request. 🙏