From 9d152f636d8d7c2aa801c12b9ee62abf78bc395a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= <ablocorrea@hotmail.com> Date: Thu, 21 Nov 2024 19:38:55 +0100 Subject: [PATCH] Add idea issue template --- .gitlab/issue_templates/idea.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitlab/issue_templates/idea.md diff --git a/.gitlab/issue_templates/idea.md b/.gitlab/issue_templates/idea.md new file mode 100644 index 0000000..bab84f9 --- /dev/null +++ b/.gitlab/issue_templates/idea.md @@ -0,0 +1,25 @@ +<!-- +This template should be used for proposing a new RFC idea, discussing it and +potentially finding collaborators to work on a merge request (the eventual +RFC). +--> + +# Idea: +<!-- +Add the title after the "Idea: " +--> + +## Summary +<!-- +Add a short summary. +--> + +## Specification +<!-- +If there is a more defined specification already, add it here. +--> + +## Drawbacks +<!-- +If there are any known drawbacks, add them here. +--> -- GitLab