Skip to content
Snippets Groups Projects
  • Oleg Grenrus's avatar
    97ef5e2e
    Update pull request template · 97ef5e2e
    Oleg Grenrus authored
    - [ci docs] doesn't work.
      We require CI to pass for non-admins to merge, so `[ci docs]` is
      more harmful. Also GitHub actions are reasonably fast,
      so overall it's ok to let it make builds
    
    - Mention `changelog.d` directory
    97ef5e2e
    History
    Update pull request template
    Oleg Grenrus authored
    - [ci docs] doesn't work.
      We require CI to pass for non-admins to merge, so `[ci docs]` is
      more harmful. Also GitHub actions are reasonably fast,
      so overall it's ok to let it make builds
    
    - Mention `changelog.d` directory
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
PULL_REQUEST_TEMPLATE.md 451 B

Please include the following checklist in your PR:

  • Patches conform to the coding conventions.
  • Any changes that could be relevant to users have been recorded in the changelog (add file to changelog.d directory).
  • The documentation has been updated, if necessary.

Please also shortly describe how you tested your change. Bonus points for added tests!