Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 1.03 KB

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

Ready to contribute? Here's a quick guide

  1. Fork the snowex-hackweek/website repo on GitHub.
  2. Clone your fork locally and install requirements:
git clone https://github.com/snowex-hackweek/website.git
cd website
  1. Create a branch to add your changes:
git checkout -b name-of-your-bugfix-or-feature
  1. 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
  1. Open a pull request through the GitHub website: https://github.com/snowex-hackweek/website