Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
- Report bugs, request features or submit feedback as a GitHub Issue.
- Make fixes, add content or improvements using GitHub Pull Requests
Ready to contribute? Here's a quick guide
- Fork the
snowex-hackweek/website
repo on GitHub. - Clone your fork locally and install requirements:
git clone https://github.com/snowex-hackweek/website.git
cd website
- Create a branch to add your changes:
git checkout -b name-of-your-bugfix-or-feature
- Make your desired changes, and push your branch to GitHub when you're ready:
git add .
git commit -m "Your detailed description of your changes."
git push origin name-of-your-bugfix-or-feature
- Open a pull request through the GitHub website: https://github.com/snowex-hackweek/website