You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate into your newly created Settle API docs directory
cd settle-api-docs
Create your feature branch
git checkout -b feat/my-awesome-feature
Commit your changes
git commit -am 'My Awesome Feature'
Push to the branch
git push origin feat/my-awesome-feature
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.