This is the development repository for the project.
- Front-End: React/Redux
- Back-End: NodeJS, Express
- Database: MySQL
- Ben Chugg - @bchugg
- Colin Chen - @fireofearth
- Jonathan Funk - @jonathanfunk
Coding contributions are to be made by members of Code the Change UBC only.
When making a contribution, make sure to do the following:
- Assign yourself to an issue
- Make sure you
git pull
the latest changes to the master branch - Checkout a new branch
git checkout -b [name_of_your_new_branch]
to commit your changes to - Make (and test!) your changes.
git commit -m "ADD A DESCRIPTION OF YOUR CHANGES"
to commit your changes to the branchgit push origin [name_of_your_branch]
to push your changes to the repo- Create a Pull Request into the master branch
- After approval from at least one supervisor (@shade or @schan219) merge branch into master.
To provide suggestions or report bugs, open an issue first to discuss potential changes/additions.
- Homepage: https://codethechangeubc.org/
- Email: codethechangeubc@gmail.com
- Facebook: https://www.facebook.com/codethechangeubc/
README.md file has been imported and modified from the Represent the 10 project. Originally by @EWaterman