The project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.
This set of web pages uses DOCter, a Jekyll template for quickly building out project pages and documentation.
You will need to have Ruby 2.2.2 install and the bundler gem
gem install bundler
Fork and clone the repo:
git clone git@github.com:18F/govconnect.git
cd govconnect
bundle install
Run Jekyll:
jekyll serve --baseurl ''
If you'd like to contribute to this project, please use the fork-and-pull model:
- Fork this repository to your personal account.
- Create a branch and make your changes.
- Test the changes locally/in your personal fork.
- Submit a pull request to open a discussion about your proposed changes.
- We'll talk about it and decide to merge or request additional changes.