vusion / DOCUMENTATION

Development Documentation for Repositories in this Organization.
4 stars 0 forks source link

CONTRIBUTING #8

Open rainfore opened 6 years ago

rainfore commented 6 years ago

CONTRIBUTING

Contributing Guide for Repositories in this Organization.

Hi! Thank you in advance for using Vusion.

Issue Reporting Guidelines

Branch Management Guidelines

Commit Message Format

Recommended Example

Pull Request Guidelines

Release Strategy

On the premise of npm account has login, vusion publish will be executed in the following procedure

  • Revise the version in package.json file and commit.
  • Run npm publish.
  • Run git push to push revise to origin branch.
  • Run git tag v*.*.* where v*.*.* is the version in package.json file.
  • Run git push origin v*.*.* to push the tag to origin branch.

Code Standards

JavaScript Style

Please configure ESLint in the editor. See eslint-config-vusion for more details.

CSS Naming

Use REA Standard to name css selector.

cainiaolaoyang commented 2 years ago

ss