When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Ensure any install or build dependencies are removed before the end of the layer when doing a build.
- Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
- Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is SemVer.
- You may merge the Pull Request in once you have the sign-off from the creator of the repository, or if you do not have permission to do that, you may request the creator to merge it for you.
- Make a remote and local branch (local branch below)
$ git checkout -b <branch name>
- Once you've finished making changes: add & commit
$ git add <files you want to add>
$ git commit -m <commit message>
- Finally make a pull request
$ git push origin head
To make sure your fork is up-to-date, do the following:
- Do the following if you haven't cloned your remote repo to your local machine (If you have skip to step 2):
$ git clone https://github.com/[Username]/BSOE-New-Course-Search.git
- If you haven't made an upstream, do the following:
$ cd <your/local/cloned/repo/path/here>
$ git remote add upstream https://github.com/RiceAbove/BSOE-New-Course-Search.git
- Now fetch upstream:
$ git fetch upstream
$ git rebase upstream/master
- Finally push to your fork
$ git push -f origin master