Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.26 KB

CONTRIBUTING.md

File metadata and controls

51 lines (36 loc) · 2.26 KB

How to contribute?

👍🎉 First, thanks for taking the time to contribute! 🎉👍

You can make this project better by contributing to it. You can report mistakes and errors, create more content, etc. Whatever your background is, there is a way to contribute: via the GitHub website, via command-line or even without dealing with GitHub.

We will address your issues and/or assess your change proposal as promptly as we can, and help you become a member of our community.

How can I report mistakes or errors?

The easiest way to start contributing is to file an issue to tell us about a problem such as a typo, spelling mistake, or a factual error. You can then introduce yourself and meet some of our community members.

How can I get started with contributing?

This repository stores information and galaxy tours for our data science online game. Have a look. Maybe you already get some first ideas. Feel free to contact us if you want to contribute with or without new ideas.

How can I contribute in "advanced" mode?

For now our content is written in GitHub Flavored Markdown.

To manage changes, we use GitHub flow based on Pull Requests:

  1. Create a fork of this repository on GitHub
  2. Clone your fork of this repository to create a local copy on your computer
  3. Create a new branch in your local copy for each significant change
  4. Commit the changes in that branch
  5. Push that branch to your fork on GitHub
  6. Submit a pull request from that branch to the master repository
  7. If you receive feedback, make changes in your local clone and push them to your branch on GitHub: the pull request will update automatically
  8. Pull requests will be merged by the street science community after at least one person has reviewed and approved the pull request.

What can I do to help the project?

In issues, you will find lists of issues to fix and features to implement. Feel free to work on them! You can check our roadmap for upcoming tasks. And feel free to contact us with new ideas at any time via the an issue or E-mail.

More specific questions and answers