Skip to content

Commit

Permalink
docs(pull-request): add pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
DumbergerL committed Aug 1, 2024
1 parent cc8f219 commit 75ee8cf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Description

<!--- Describe your changes in further detail, if necessary. -->
<!--- Please add a link to a github issue, if exists -->

## Checklist

<!--- This checklist serves as a tool for the developer and reviewer. Check the boxes if a criteria does not apply to you're merge request or it is resolved. -->

### Documentation

- [ ] Documentation is generated (if updated) (`composer docs-generator`)
- [ ] Pull request is added to CHANGELOG.md

### Coding Style
- [ ] Request classes
- [ ] follow the existing [naming conventions](https://github.com/5pm-HDH/churchtools-api/blob/master/docs/out/Requests.md) (plural for builders, singular for objects)
- [ ] Model classes
- [ ] have default values for properties and protected visibility
- [ ] have getters and setters for properties
- [ ] methods with return type "array" have PHPDoc annotation with class if applicable (e.q.: `/** @return Group[] */`)
- [ ] CodingStyle enforcement is executed (`composer php-cs-fixer`)

### Test

- [ ] Integration test is added (if necessary)
- [ ] Unit test is created (if necessary)

0 comments on commit 75ee8cf

Please sign in to comment.