AI销管
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CONTRIBUTING.md 482 B

2年前
12345678910111213141516171819202122232425262728
  1. # Contribution
  2. # Git Flow
  3. The crypto-js project uses [git flow](https://github.com/nvie/gitflow) to manage branches.
  4. Do your changes on the `develop` or even better on a `feature/*` branch. Don't do any changes on the `master` branch.
  5. # Pull request
  6. Target your pull request on `develop` branch. Other pull request won't be accepted.
  7. # How to build
  8. 1. Clone
  9. 2. Run
  10. ```sh
  11. npm install
  12. ```
  13. 3. Run
  14. ```sh
  15. npm run build
  16. ```
  17. 4. Check `build` folder