Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 840 Bytes

CONTRIBUTING.md

File metadata and controls

61 lines (32 loc) · 840 Bytes

Contributing Guidelines

  1. Fork this repo. Please be sure to use the current master branch as your starting point:
https://github.com/morelmiles/ugandan-constitution
  1. You'll be redirected to:
https://github.com/your-username/ugandan-constitution
  1. Clone the repository:
git clone https://github.com/your-username/ugandan-constitution.git
  1. Open in the text editor of your choice

  2. Create a New Branch from master: Please make the branch name descriptive.

   cd ugandan-constitution
   git branch new-branch
   git checkout new-branch
  1. Make your edits locally:
   git add -A
  1. Commit the changes:
   git commit -m "Commit Message Here"
  1. Submit a pull request:
   git push --set-upstream origin new-branch-name