Contributing Guideline
Requirements
Rules
Development flow
- Fork this repo
- Develop and create a Pull Request (PR) according to the preceding rules
- This repo maintainers will review the PR
- The maintainers will merge the PR branch if they approved it, otherwise they will close it without merging
Installation
git clone git@github.com:<your org>/base_template.git
cd base_template
make dev-install
vi .envrc
export DISCORD_BOT_TOKEN=<your Discord bot token>
Run
Lint
Git commit
npm run commit # Commitizen with commitlint adapter
# or
npm run cm # Alias for `npm run commit`
# or
git commit # Standard Git commit