This code of conduct is online at: http://rubyberlin.github.io/code-of-conduct/
- Fork repository.
- Open data/supporters.json and add your name, location, link and contact data.
- Check if site is working locally if possible (see setup).
- Open a pull request.
- Fork repository.
- Open source/localizable/_code-of-conduct.{locale}.md and edit it.
- Open a pull request and add some lines why you want it to be changed.
Do you want to translate to another language? Great! If you want to translate from English (en) to Latin (la):
- Fork repository.
- Copy source/localizable/_code-of-conduct.en.md to source/localizable/_code-of-conduct.la.md and edit it.
- Copy locales/en.md to locales/la.md and edit it.
- Open a pull request. We will try to find other native speakers and disscuss it there. The discussion may look like the one for the Spanish translation.
Ruby 2.x.y (1.9.x still OK) must be [installed](http://www.ruby-lang .org/de/downloads/).
git clone [email protected]:rubyberlin/code-of-conduct.git
cd code-of-conduct
gem install bundler
bundle
cd code-of-conduct
bundle exec middleman
You can access the website at http://localhost:4567/.
Building the website:
cd code-of-conduct
bundle exec middleman build
Deploying to github pages (needs push access to this repository):
cd code-of-conduct
bundle exec middleman deploy