Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 883 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 883 Bytes

Contributing to CUtopia

Thank you for your interesting in helping us to make this project useful for CUHK students. Here are some guidelines for your contributions.

Pull Request

Before you open you pull request, you are encouraged to open an issue first to discuss it with us. Also, please make sure that one feature / bug fix per PR.

Steps:

  1. Fork and clone this repo
  2. Set upstream:
git remote add upstream https://github.com/cutopia-labs/CUtopia.git
  1. Checkout to your feature / bug fix branch:
git checkout -b your-branch
  1. Install the dependencies and start the dev servers according to readme
  2. Commit your changes and push them to your fork repo
git push -u origin HEAD
  1. Go to this repo and make a Pull Request to dev branch