A working group to create/adapt/edit a multilingual cross-country schema for government entities. Anyone is welcome to contribute. Message danmelton to be added to the repo, or you can fork and add a pull request.
Collect Specs
If you know of a spec, schema or other representation that can inform the discussion, please add it to /sample_specs.
Join the Discussion
Join the Google Group http://groups.google.com/group/govspec and add to the discussion. Make sure you announce/introduce yourself. Membership is open.
Add a Resource
Add a resource link to the wiki at https://github.com/CivComs/govspec/wiki/Helpful-Resources
Sept 23 We're in early formative stages.
- Fork the project.
- Create a topic branch.
- Implement your feature or bug fix.
- Add documentation for your feature or bug fix.
- Run bundle exec rake doc:yard. If your changes are not 100% documented, go back to step 4.
- Add specs for your feature or bug fix.
- Run bundle exec rake spec. If your changes are not 100% covered, go back to step 6.
- Commit and push your changes.
- Submit a pull request. Please do not include changes to the gemspec, version, or history file. (If you want to create your own version for some reason, please do so in a separate commit.)