您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
- Always work on a new branch
- Submit Pull Requests against
master
- Follow the commitlint and eslint conventions
- Don’t forget to run tests and linters before pushing
- Open a PR
- Request code review
- Complete code review with fixes
- A maintainer will merge the PR, checking commit code and squashing if necessary
- travis-ci will automatically run semantic-version and publish the new code!