-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notes on how to contribute to the project.
- Loading branch information
1 parent
e835e2d
commit d7aab8a
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |