Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.27 KB

pull_request_template.md

File metadata and controls

37 lines (24 loc) · 1.27 KB

pull request form

Thank you for contributing to our project. We appreciate you support! Please notice, that this project doesn't accept PR's without a previous assigned issue. This means the corresponding issues' number must be entered here.

Fixes # (issue)

Type of change

  • Code contribution
  • New feature (request)
  • NoCode contribution / Documentation / Features
  • I add my own description under What does it do or change?

What does it do or change?

Please add description here. >>

What did I test?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • I reviewed my code
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • No unit oder active testing needed
  • I add my own description under Notes

Notes: Please add your notes or additional information here. >>

Checklist:

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

By submitting my pull request, I accept the code of conduct of this project