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 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