Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: Bug report

about: Report a problem
---

# Describe the bug
## Describe the bug

<!-- Concise description of the bug -->

# Steps to reproduce
## Steps to reproduce

<!-- You can provide a snippet that reproduces the bug -->

Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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

<!-- Describe the feature. for instance, is it related a problem? -->


# Considered alternatives
## Considered alternatives

<!-- List the considered alternative (if any) -->

Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Context of the PR
## Context of the PR

<!--

Expand All @@ -7,7 +7,7 @@ Any detail to be able to relate the PR changes

-->

# Contributions of the PR
## Contributions of the PR

<!-- List the contribution of the PR -->

Expand Down