Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 2.17 KB

CONTRIBUTING.MD

File metadata and controls

39 lines (22 loc) · 2.17 KB

Contributing to the Global Sprint website

Thank you for your interest in contributing to the Global Sprint website 🎉!

This is the web presence for Mozilla's Global Sprint. June 1-2, 2017.

This documents is a set of guidelines for contributing to this website on GitHub. These are guidelines, not rules. This guide is meant to make it easy for you to get involved.

Participation guidelines

This project adheres to a code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

How to submit changes

Once you've identified one of the issues above that you feel you can contribute to, you're ready to make a change to the project repository!

  1. Fork this repository. This makes your own version of this project you can edit and use.
  2. Make your changes! You can do this in the GitHub interface on your own local machine. Once you're happy with your changes...
  3. Submit a pull request. This opens a discussion around your project and lets the project lead know you are proposing changes.

First time contributing to open source? Check out this free series, How to Contribute to an Open Source Project on GitHub.

Run locally

You'll need to install Jekyll, Ruby and Bundler to run this site locally.

  1. bundle install
  2. bundle exec jekyll serve
  3. Open http://localhost:4000/global-sprint/ in your favourite browser!

Maintainers

This repository is currently maintained by @acabunoc and @zee-moz.

How to report bugs

Notice a mistake? Please file any bugs, requests, or questions in our issue tracker