From 0548409184c33159f253c565bccc269c1bc915a7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 11 Aug 2024 19:35:19 +0200 Subject: [PATCH] add gitea templates --- .gitea/issue_template/FEATURE_TEMPLATE.yml | 34 +++++++++++ .gitea/issue_template/ISSUE_TEMPLATE.yml | 63 +++++++++++++++++++++ .gitea/issue_template/QUESTION_TEMPLATE.yml | 26 +++++++++ .gitea/issue_template/config.yml | 8 +++ 4 files changed, 131 insertions(+) create mode 100644 .gitea/issue_template/FEATURE_TEMPLATE.yml create mode 100644 .gitea/issue_template/ISSUE_TEMPLATE.yml create mode 100644 .gitea/issue_template/QUESTION_TEMPLATE.yml create mode 100644 .gitea/issue_template/config.yml diff --git a/.gitea/issue_template/FEATURE_TEMPLATE.yml b/.gitea/issue_template/FEATURE_TEMPLATE.yml new file mode 100644 index 0000000..3d687c5 --- /dev/null +++ b/.gitea/issue_template/FEATURE_TEMPLATE.yml @@ -0,0 +1,34 @@ +name: New feature +about: Use this template if you want to request a feature +title: "[FEATURE] " +labels: + - Kind/Enhancement +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request! + + - type: textarea + id: description + attributes: + label: Description + description: Describe the feature. + validations: + required: true + + - type: textarea + id: benefits + attributes: + label: Benefits + description: Describe the benefits of this feature. + validations: + required: true + + - type: textarea + id: extra + attributes: + label: More informations + description: If you want to share more things, this is here! + validations: + required: false diff --git a/.gitea/issue_template/ISSUE_TEMPLATE.yml b/.gitea/issue_template/ISSUE_TEMPLATE.yml new file mode 100644 index 0000000..0a703fd --- /dev/null +++ b/.gitea/issue_template/ISSUE_TEMPLATE.yml @@ -0,0 +1,63 @@ +name: New issue +about: Use this template if you have a bug +title: "[Bug] " +labels: + - Kind/Bug +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + - type: textarea + id: environment + attributes: + label: Environment + value: | + * i3 wallpaper manager version: + * i3-wm version: + * Operating system and version: + validations: + required: true + + - type: textarea + id: configuration + attributes: + label: Configuration + value: | + ``` + ``` + validations: + required: false + + - type: textarea + id: steps + attributes: + label: Steps to reproduce + description: How reproduce the bug? + validations: + required: false + + - type: textarea + id: resuts + attributes: + label: Observed Results + description: What happened? + validations: + required: false + + - type: textarea + id: expected + attributes: + label: Expected Results + description: What should happen? + validations: + required: false + + - type: textarea + id: extra + attributes: + label: More informations + description: If you want to share more things, this is here! + validations: + required: false diff --git a/.gitea/issue_template/QUESTION_TEMPLATE.yml b/.gitea/issue_template/QUESTION_TEMPLATE.yml new file mode 100644 index 0000000..30fd73c --- /dev/null +++ b/.gitea/issue_template/QUESTION_TEMPLATE.yml @@ -0,0 +1,26 @@ +name: New question +about: Use this template when you don't know how to do something +title: "[Question] " +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill information. + + - type: textarea + id: environment + attributes: + label: Environment + value: | + * i3 wallpaper manager version: + * i3-wm version: + * Operating system and version: + validations: + required: true + + - type: textarea + id: question + attributes: + label: Question + validations: + required: true diff --git a/.gitea/issue_template/config.yml b/.gitea/issue_template/config.yml new file mode 100644 index 0000000..d3fdf27 --- /dev/null +++ b/.gitea/issue_template/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Documentation + url: https://gitnet.fr/deblan/i3-wallpaper-manager + about: Official documentation web site + - name: Ask a question in our Matrix room + about: If you prefer a chat-like conversation or in need for quick help, this might be an alternative to opening an issue. + url: https://matrix.to/#/!QDcaVhvLZlhptPkGVi:neutralnetwork.org?via=neutralnetwork.org