Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.56 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

66 lines (52 loc) · 2.56 KB

Type of request

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactoring
  • Documentation or documentation changes

Related Issue(s)

Concept

Description of the change

Description of current state

Description of target state

Estimated investment / approximate investment

Initiator

name / company / position / created at

Technical information

Platform / target area

known side-effects

other

DB Changes (if so: incl. scripts with definitions and testdata)

How has this Tested?

Screenshots, Uploads, other documents (if appropriate):

Checklist:

  • All the commits are signed.
  • My code follows the code style of this project.
  • I agree with die CLA.
  • I have read the CONTRIBUTING docs.
  • I have added/updated necessary documentation (if appropriate).