Skip to content

Commit

Permalink
FIX - fix issue template (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Badr-MOUFAD authored Oct 30, 2023
1 parent b9edb67 commit 920cd41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
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

0 comments on commit 920cd41

Please sign in to comment.