Contribution

Development

Open Oriented is the aims of AOTU Labs. Welcome to join us in improving the document.

Before starting

The document site was powered by hexo, so install hexo locally.

npm i -g hexo-cli

How to contribute

  1. Fork o2team/mac.
  2. Clone the forked repo and install the dependencies

    $ git clone https://github.com/<username>/mac.git
    $ cd mac
    $ npm install
  3. Create a feature branch

    $ git checkout -b new_feature
  4. bootup hexo, preview the doc at localhost:4000

    hexo s -watch

    关于hexo更多的用法,请参考hexo官网。More details about how to use hexo, please refer to Hexo.

  5. Make modifications to the documents with your favorite Editors

  6. Push your changes

    $ git push origin new_feature
  7. Create a PR (pull request), and describe the changes.

Notifications

  • Don’t change the version number in package.json.
  • We will verify and merge your PR as soon as possible, do self-tests before making a PR.

Reporting issues

Reporting your issues at GitHub.