seacms/.github/PULL_REQUEST_TEMPLATE.md
2022-12-05 09:36:29 +01:00

27 lines
630 B
Markdown

---
name: Pull-request
about: Create a pull-request
title: "fix(...):"
labels: ''
---
**Objective**
Describe what is wanted to do.
**Context**
Give description of the context that creates the need (_revision, release, associated issue_)
**Requirements**
If available, copy the requirements the pull-request must follow.
**What the new commits do**
Describe what the commits do.
List also what it is not done (not covered by the current pull-request)
**To go further**
Describe what it will be needed to go further after the merge of the current pull-request.
**How to test**
Describe how to test and use the new behaviour.