You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
630 B
26 lines
630 B
---
|
|
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.
|
|
|