From d44169970b0ec5ba46ee4a83e59504697de230a8 Mon Sep 17 00:00:00 2001 From: pbelmann Date: Tue, 6 Mar 2018 07:48:31 +0100 Subject: [PATCH] feat(issue): created template for feature issues --- ISSUE_TEMPLATE/feature.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ISSUE_TEMPLATE/feature.md diff --git a/ISSUE_TEMPLATE/feature.md b/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000000..cf248adec1 --- /dev/null +++ b/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,10 @@ +Try to consider the following points that must be fulfilled +before this feature issue is closed: + +- [ ] It is reviewed by one of the team members. (Definition of Done) + +- [ ] It is documented either in the technical or the user documentation. (Definition of Done) + +- [ ] The final result is available on the staging instance. (Definition of Done) + +- [ ] The final result is also checked without elevated privileges (VO Manager).