Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 1.2 KB

Contributing

You want to contribute to Mapael? That's great, first of all, thank you !

There are several ways you can contribute :

  • Wanna give a little hand? Go to the Issues list and start helping people!

  • Found a bug? Submit a bug report and describe your problem.

  • Add a new map You can share your Map by submitting a Pull Request on the mapael-maps repository.

  • Improve the documentation The mapael documentation can be improved by submitting a Pull Request on the mapael-documentation repository.

  • Know how to resolve a bug / Want to add a feature? Submit a Pull Request (PR). Your code will be reviewed and merged into Mapael (see link 2 below)

  • You want to help, but don't know what to do? Check the TODO list for features/issues we need/are working on.


Here are some readings:

  1. https://guides.github.com/activities/contributing-to-open-source

  2. http://kbroman.org/github_tutorial/pages/fork.html