Organizer contribution guidelines - GothamSass/chrysler GitHub Wiki
in progress
These guidelines are for users with commit access to the repo. If you do not have commit access, refer to contributing.
-
git checkout -b <branch-name>wherebranch-nameshould describe what you're working on - Do some work. Add your files.
git commit <file-name>. If you don't pass the-mflag, you will be prompted to leave a message.
- Go to https://github.com/GothamSass/chrysler/compare/
- Select base branch. More often than not it will be
gh-pages - Select the branch you were working on from the compare dropdown
- Now, click `create pull request``, a form will appear.
- Give your PR a meaningful title. If you are creating a PR before the feature is complete append
(WIP)to your title - Enter a description. If you work resolves an issue, enter the issue #
- Finally,
create pull request. Huzzah!
- Commit often. Meaningful small commits are better than one large one and make it easier to revert work.
- Leave detailed commit messages
- Open a pull request early on. It is easier for everyone to follow along.