Just follow ISSUE_TEMPLATE
. done!
This repository managed based on forked pull request strategy
# Fort this repository to you
$ git clone [YOUR_REPOSITORY_URL]
$ cd octodirect
$ npm install
$ npm start
# (Working...)
$ git commit [...]
$ git push origin [YOUR_REPOSITORY]
# Enroll pull-request!
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.