Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.52 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.52 KB

Code for All Website

Code for All is a network of civic technology groups across the world.

Goals

There a few goals with this website:

  1. Show off the collected activites of the Code for All network.
  2. Promote the work of the Code for All partners.
  3. Host tools needed by the network.

Install

This site is built with HTML, CSS, Javascript. It runs on jekyll and is hosted by GitHub Pages.

The data about the Code for All groups is pulled from the Code for America API. The work on that project is happening under the cfapi repository.

Contacts

Submitting an Issue

We use the [GitHub issue tracker][issues] to track bugs and features. If you're not used to that, here's a quick video intro.

Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug.

Submitting a Pull Request

  1. Fork the project.
  2. Create a topic branch.
  3. Implement your feature or bug fix.
  4. Commit and push your changes.
  5. Submit a pull request.