Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 811 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 811 Bytes

Contribute to portfolYOU

  1. Fork and clone the repository.
  2. Create a new branch based on master: git checkout -b <my-branch-name>
  3. Make your changes, and make sure the site still builds.
  4. Push to your fork and submit a pull request from your branch to master
  5. Pat yourself on the back and wait for your pull request to be reviewed.
  6. Here are a few things you have to do:
    • Write a good commit message.
    • Follow the style guide where possible.
    • Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.