Charles T. King is an organization located in Millburn, New Jersey that gives interest-free student loans to Millburn High School students. It was named after a former superintendent of the Millburn Public School District. Because Charles T. King does not have a website yet, we are making one for them.
Notes from meetings with @conorgil and
- Fork the repository
- Open your Dashboard on Cloud9
- On the left sidebar, click on the 'website' project from the 'Projects on GitHub' tab
- Select PHP as the project type
- Wait for Cloud9 to set up the workspace You now have a local copy of your fork on which you can make changes. Before you run the server, you have to set up the backend. The c9-setup.sh script does this for you. Just run:
sudo bash c9-setup.sh
The following command pulls in the changes from the main repo into your c9 project and applies whatever you have done on top of the files. (Rebasing). Run this command in the terminal:
bash update.sh
- Remember to run
bash update.sh
to keep your forked repo in sync - Make a change in you c9 forked repo.
- Push your changes to your fork and use clear and frequent commits so others know what and why you did.
- If you think your code is ready to be put on the main repo, make a pull request so others discuss and merge it in.
- Congratz, you have made a successfull contribution to the main repo
- Make sure to also contribute by commenting on other pull requests and issues.