Skip to content

05. Contributing

Christian Wick edited this page Mar 4, 2021 · 1 revision
  1. Clone this repo

    git clone https://github.com/SettleForDevelopers/Developer-Docs.git

  2. Navigate into your newly created Settle API docs directory

    cd settle-api-docs

  3. Create your feature branch

    git checkout -b feat/my-awesome-feature

  4. Commit your changes

    git commit -am 'My Awesome Feature'

  5. Push to the branch

    git push origin feat/my-awesome-feature

  6. Open a Pull Request 🤓

    gh pr create --title "My Awesome feature" --body "This is my new awesome feature." --base dev

    NOTE: Pull Requests are used to start conversation about proposed changes before they're code is reviewed and eventually merged into the main branch, and we will only consider Pull Requests initiated towards the dev branch. Pull Requests towards any other branch will be ignored and closed without any further notifications.