Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.95 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.95 KB

Code For Fort Collins

This git repo is for the site codeforfoco.org.

Contributing

We welcome new contributors. Be sure to check out guide on contributing, which includes instructions on how to fork, clone, branch, commit, pull request and sync your fork.

Not sure where to start? Look for open issues on GitHub, or message the team on our Slack site (can sign up via email here).

TL;DR Contribution Workflow:

  1. Fork this repository and Clone your fork locally.
  2. Checkout a new branch on which to make your changes.
  3. Make edits. Try to match existing coding style.
  4. Test your changes.
  5. Commit your changes. Push your changes to your fork on GitHub.
  6. Submit a new pull request and your changes will be reviewed and merged.

Seeing What Changes Will Look Like

Locally test changes

A few requirements:

  1. Requires a working installation of Ruby programming language.
  2. Installed bundler tool for installing "gems" (gem install bundler).
  3. Local git clone of this repo where you have changes to test.

Previewing

cd codeforfoco.github.io
bundle install
bundle exec jekyll serve
open http://127.0.0.1:8080/  # open this address in web broswer

Site Roadmap

  • Need to develop content

Bugs / Feedback / Suggestions

We encourage you to open up an issue if you have any feedback, suggestions or bugs.

License

MIT, see LICENSE for full license.