-
Notifications
You must be signed in to change notification settings - Fork 7
Development Guideline
Chiro Hiro edited this page Dec 4, 2020
·
9 revisions
- Each feature is one pull request
- Pull request need contain/link issue number by using this
- All code which do not obey code style, code lint and format will be rejected.
- Branch naming: Branch name should follow this format
feature/feature_name_or_issue_name_here
bug/bug_name_or_issue_name
document/update_of_document_here
devops/issue_name_or_summary_of_your_work
- Please fork this repo and add our GitHub as your
upstream
, don't push direct your code to our repo.
Please install following tools and extensions to make sure we have the same configuration
- Editor: I prefer Visual Code
- Code Formatter: We're only use Prettier
- Code Lint: We're only use ESLint
- MongoDB: To help you explore MongoDB MongoDB
- Spell check: To make sure there are no typo Code Spell Check
Denote MD - Wiki Licensed Under CC0 1.0 Universal