Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 1.69 KB

CONTRIBUTING.md

File metadata and controls

38 lines (17 loc) · 1.69 KB

Contributing

First off, thank you for considering contributing to RescueApp. It's people like you that make RescueApp such a great tool.###

Why you should read this guideline?

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.

What kinds of contributions we are looking for?

We love to receive contributions from our community — you! There are many ways to contribute, from improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into RescueApp itself.

Getting started

Working on your first Pull Request? You can learn how from this free series, How to Contribute to an Open Source Project on GitHub.

At this point, you're ready to make your changes! Feel free to ask for help, everyone is a beginner at first.

Steps

  1. Find an issue or create a new one to start working on a contribution.

  2. Create your own fork of the code.

  3. Do the changes in your fork.

  4. Make sure your changes passes all PHPUnit tests.

  5. Create a pull request.

  6. If your pull request is accepted then you can create a new issue to add you as a contributor.

  7. Now you are already part of this project and community. Thanks! :)