Skip to content

Commit

Permalink
fixing issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchb-pro committed Mar 22, 2024
1 parent 252e48f commit 292d00e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: Bug Report
about: Report a bug or issue with the software.
title: '[BUG]'
labels: 'bug'
assignees: ''
---

## Bug Report

**Description of the Bug**
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: Feature Request
about: Suggest a new feature or enhancement for the project.
title: '[FEATURE]'
labels: 'enhancement'
assignees: ''
---

## Feature Request

**Description of the Feature**
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/HELP_REQUEST.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: Help Request
about: Use this template to request help or support.
title: '[HELP]'
labels: help
assignees: ''
---

## Help Request

**Issue Summary**
Expand Down

0 comments on commit 292d00e

Please sign in to comment.