- Git (duh)
- Ruby & Jekyll
/.github - Repositotry meta folder.
/src - Site development folder.
- Write good code
- Write good documentation
- Commit with meaningful messages
Follow these steps to contribute to any GitHub project:
- Create a personal fork of the repository
- Create a branch in your fork, named appropriately.
- Examples include
update-index,add-<project>,fix-names, etc.
- Examples include
- Develop on your branch.
- When needed, pull upstream changes.
- When ready, create a PR to this repo's
mainbranch, named appropriately.- Examples include
Update index.html,Add <project> pages,Fix names, etc.
- Examples include
- Monitor for comments & requested changes until merge is denied or approved.
- Install any dependencies with
bundle installin/src. - Make changes in
/src. - Run
bundle exec jekyll serveinside/src. - View built website at
http://localhost:4000/.- Further changes will be automatically rebuilt.
Dev issues: Jordan Doose (eagle.rocketry.seds@gmail.com)