From 4e59aab673c7153a9e6a41514dddaf21d3cfd9dd Mon Sep 17 00:00:00 2001 From: Matthias Simon Date: Tue, 19 Nov 2024 13:29:16 +0100 Subject: [PATCH] Update templates --- .gitlab/issue_templates/Bug Report.md | 5 +++++ .gitlab/issue_templates/Clarification Needed.md | 4 ++++ .gitlab/issue_templates/Editorial Issue.md | 4 ++++ .gitlab/issue_templates/Feature Proposal.md | 6 ++++++ 4 files changed, 19 insertions(+) diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md index 94335f4..afc8eca 100644 --- a/.gitlab/issue_templates/Bug Report.md +++ b/.gitlab/issue_templates/Bug Report.md @@ -34,5 +34,10 @@ What should happen instead. If possible provide involved sections of the standar If you can, suggest possible fixes. +### Aditional Information + +Clauses: +Affiliation: + /label ~type::bug diff --git a/.gitlab/issue_templates/Clarification Needed.md b/.gitlab/issue_templates/Clarification Needed.md index 55fb725..f1202ac 100644 --- a/.gitlab/issue_templates/Clarification Needed.md +++ b/.gitlab/issue_templates/Clarification Needed.md @@ -21,5 +21,9 @@ Summarize the issue concisely. Describe what you think is unclear or needs further explanation. If possible explain why you think it's unclear. +### Aditional Information + +Clauses: +Affiliation: /label ~type::clarify diff --git a/.gitlab/issue_templates/Editorial Issue.md b/.gitlab/issue_templates/Editorial Issue.md index 8f42c2c..33e3e66 100644 --- a/.gitlab/issue_templates/Editorial Issue.md +++ b/.gitlab/issue_templates/Editorial Issue.md @@ -15,5 +15,9 @@ see fit. What is the editorial issue you found? +### Aditional Information + +Clauses: +Affiliation: /label ~type::editorial diff --git a/.gitlab/issue_templates/Feature Proposal.md b/.gitlab/issue_templates/Feature Proposal.md index 7bec078..6227039 100644 --- a/.gitlab/issue_templates/Feature Proposal.md +++ b/.gitlab/issue_templates/Feature Proposal.md @@ -56,4 +56,10 @@ Please describe as precisely as possible the change to the language. ### What other languages do you have experience with? +### Aditional Information + +Clauses: +Affiliation: + + /label ~"type::feature" -- GitLab