From e6e1581b40d995ba3933187b66d39cc60b6e1d65 Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines Date: Tue, 25 Mar 2025 15:58:50 +0100 Subject: [PATCH] New templates for Issues and MRs --- .gitlab/issue_templates/issue_template.md | 24 +++++++++++++++++++ .../merge_request_templates/issue_template.md | 24 +++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .gitlab/issue_templates/issue_template.md create mode 100644 .gitlab/merge_request_templates/issue_template.md diff --git a/.gitlab/issue_templates/issue_template.md b/.gitlab/issue_templates/issue_template.md new file mode 100644 index 00000000..2bc23639 --- /dev/null +++ b/.gitlab/issue_templates/issue_template.md @@ -0,0 +1,24 @@ +# Proposers + +- name-of-proposer-1 (institution-of-proposer-1) +- name-of-proposer-2 (institution-of-proposer-2) +... + +# Description + +Describe your proposal in ~1000 characters. +You can reference external content listed in section "References" as [Ref-1]. + +# Demo or definition of done + +Describe which high level conditions needs to be fulfilled to demonstrate this feature implementation is completed. +You can reference external content (example, demo paper) listed in section "References" as [Ref-2]. + +# References + +1. [Reference name](https://reference-url) +2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX. + +# Acknowledgements +This work is funded by the European Commission through the project with Grant Agreement number . +```example HORIZON-JU-SNS-2022 FLEX-SCALE project with Grant Agreement number 101096909.``` diff --git a/.gitlab/merge_request_templates/issue_template.md b/.gitlab/merge_request_templates/issue_template.md new file mode 100644 index 00000000..2bc23639 --- /dev/null +++ b/.gitlab/merge_request_templates/issue_template.md @@ -0,0 +1,24 @@ +# Proposers + +- name-of-proposer-1 (institution-of-proposer-1) +- name-of-proposer-2 (institution-of-proposer-2) +... + +# Description + +Describe your proposal in ~1000 characters. +You can reference external content listed in section "References" as [Ref-1]. + +# Demo or definition of done + +Describe which high level conditions needs to be fulfilled to demonstrate this feature implementation is completed. +You can reference external content (example, demo paper) listed in section "References" as [Ref-2]. + +# References + +1. [Reference name](https://reference-url) +2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX. + +# Acknowledgements +This work is funded by the European Commission through the project with Grant Agreement number . +```example HORIZON-JU-SNS-2022 FLEX-SCALE project with Grant Agreement number 101096909.``` -- GitLab