From 9e1e55aebd2c0fc0f1c3bf91449fb918f4ea99b6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 22 Jul 2022 22:49:55 +0200 Subject: [PATCH 1/2] rollback the github style --- .gitea/issue_template/BUG.md | 57 +++--------------------------------- 1 file changed, 4 insertions(+), 53 deletions(-) diff --git a/.gitea/issue_template/BUG.md b/.gitea/issue_template/BUG.md index cd58f60..699f95b 100644 --- a/.gitea/issue_template/BUG.md +++ b/.gitea/issue_template/BUG.md @@ -8,57 +8,8 @@ labels: - bug - "help wanted" -body: - - - type: input - id: source - attributes: - label: Version - description: | - Version du bot utilisée - placeholder: | - Exemple : v1.2.3 - validations: - required: true - - - type: textarea - id: reproduce-steps - attributes: - label: Étapes à suivre pour reproduire - description: Donnez un exemple du problème - placeholder: | - Exemple : - 1. Première étape - 2. Deuxième étape - 3. Problème - validations: - required: true - - - type: textarea - id: expected-behavior - attributes: - label: Comportement attendu - placeholder: | - Example: - "Normalement..." - validations: - required: true - - - type: textarea - id: actual-behavior - attributes: - label: Comportement actuel - placeholder: | - Example: - "Mais actuellement..." - validations: - required: true - - - type: textarea - id: other-details - attributes: - label: Autres détails - placeholder: | - Détails supplémentaires. - --- + +Bot version: v`X.Y.Z` + +Problem : -- 2.45.2 From 2491e782f774a03f3cf1fea65b2ac836fd5e26bd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 22 Jul 2022 22:53:22 +0200 Subject: [PATCH 2/2] 1.0.0 isn't out --- .gitea/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index 1931905..7aa1203 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ Checklist: - [ ] Suivre les indications de `CONTRIBUTING.md` -- [ ] Augmente de 1 le numéro de version (soit `x.y.z`, augmentez `z` si -bugfix, `y` si ajout de fonctionnalité et `x` si grande nouveautée) + - [ ] Référence aux tickets (par exemple `Closes #xyz`) -- 2.45.2