From ae1c76ff830d146d41e88d6fba724c0a54bce868 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:45:20 +0200 Subject: Adding upstream version 1:43.6. Signed-off-by: Daniel Baumann --- .gitlab/issue_templates/Bug.md | 18 +++++++++++++++++ .gitlab/issue_templates/Epic.md | 41 ++++++++++++++++++++++++++++++++++++++ .gitlab/issue_templates/Feature.md | 27 +++++++++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Epic.md create mode 100644 .gitlab/issue_templates/Feature.md (limited to '.gitlab') diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..0c88a3c --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,18 @@ + + +Detailed description of the issue. Put as much information as you can, potentially +with images showing the issue. + +Steps to reproduce: + +1. Open GNOME Settings +2. Change X to something else +3. ... diff --git a/.gitlab/issue_templates/Epic.md b/.gitlab/issue_templates/Epic.md new file mode 100644 index 0000000..aa7c6a3 --- /dev/null +++ b/.gitlab/issue_templates/Epic.md @@ -0,0 +1,41 @@ +# Current problems + + +# Goals & use cases + + +# Requirements + + +# Relevant art + + +# Proposal & plan + + +/label ~"1. Epic" diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 0000000..11fc570 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,27 @@ + + +Detailed description of the feature. Put as much information as you can. + +Proposed Mockups: + +(Add mockups of the proposed feature) + +## Design Tasks + +* [ ] design tasks + +## Development Tasks + +* [ ] development tasks + +## QA Tasks + +* [ ] qa (quality assurance) tasks -- cgit v1.2.3