From c1d2bced551102a6febc058e3f03dc6c934af27a Mon Sep 17 00:00:00 2001 From: Badr-MOUFAD Date: Thu, 26 Oct 2023 14:08:16 +0200 Subject: [PATCH 1/2] add about in issue temples & format --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cbf84e693..e90392450 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,13 +1,13 @@ --- name: Bug report - +about: Report a problem --- -# Describe the bug +## Describe the bug -# Steps to reproduce +## Steps to reproduce diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bd714d83e..2ceb3a512 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,14 +1,15 @@ --- name: Feature request +about: Suggest a new feature title: FEAT - Give a title to the feature request --- -# Description of the feature +## Description of the feature -# Considered alternatives +## Considered alternatives From 90b37dcfb68506ea372761eb416221f0a8d0a033 Mon Sep 17 00:00:00 2001 From: Badr-MOUFAD Date: Thu, 26 Oct 2023 14:08:32 +0200 Subject: [PATCH 2/2] format pr template --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9492e121b..68ecdb2ae 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -# Context of the PR +## Context of the PR -# Contributions of the PR +## Contributions of the PR