Skip to content

Commit

Permalink
Added CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Notes on how to contribute to the project.
  • Loading branch information
hochleitner committed Dec 16, 2021
1 parent e835e2d commit d7aab8a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# How to Contribute

## Pull Requests

1. Fork the *fhooe-router-skeleton* repository.
2. Create a new branch for each feature, improvement or bug fix.
3. Send a pull request from each feature branch against the main branch. Create a separate branch for each issue allows for an easier review and merging process.

## Style Guide

All pull requests must adhere to the [PSR-12 standard](https://www.php-fig.org/psr/psr-12/).

## Report Issues

If you don't feel like submitting your own fix for a problem or writing your own feature code, please [submit an issue](https://github.com/Digital-Media/fhooe-router-skeleton/issues) that describes your request in detail.

0 comments on commit d7aab8a

Please sign in to comment.