Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

52 lines (34 loc) · 1.76 KB

Contributing

Thanks for wanting to contribute to SpaceJumper! We are very much looking forward to your suggestions, bug reports, and pull requests.

Submitting bug reports

Have a look at our [issue tracker](https://github.com/peterfication/space-jumper/issues. If you can't find an issue (open or closed) describing your problem (or a very similar one) there, please open a issue with the following details:

  • Which version of SpaceJumper are you using? (eg. commit SHA)
  • What are you trying to accomplish?
  • What is the full error you are seeing?
  • How can we reproduce this?
    • Please quote as much of your code as needed to reproduce (best link to a public repository or a Gist)

Thank you! We'll try to get back to you as soon as possible.

Submitting feature requests

If you can't find an issue (open or closed) describing your idea on our issue tracker, open an issue. It would be great if you could answer the following questions in your description:

  • What do you want to do and how do you expect SpaceJumper to support you with that?
  • How do you think this can be added to SpaceJumper?
  • What are possible alternatives?
  • Are there any disadvantages?

Thank you! We'll try to get back to you as soon as possible.

Contribute code to SpaceJumper

Setting up SpaceJumper locally

  1. Install yarn.
  2. Clone this repository.
  3. yarn install
  4. yarn start

Git Commit Guidelines

We use gitmojis for our commit messages. It would be cool if you adapt this when contributing to SpaceJumper.

Code reviews

All submissions, including submissions by project members, require review. We use Github pull requests for this purpose.