Skip to content

Commit

Permalink
⚙️ Update issue template with custom config.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Nov 15, 2024
1 parent 9e3c451 commit d0766d7
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: '✉️ Contact'
url: 'https://x.com/pheralb_'
about: 'Send a private message to report a problem or remove a logo.'
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: 🚧 Bug Report
about: Report an issue or bug in the project
title: '[🚧 Bug]: Issue title'
labels: bug
---

## Description

**What is the issue?**
Provide a clear and concise description of the problem. Include details about what you expected to happen and what actually happened.

---

## Steps to Reproduce

**1.** Step 1
**2.** Step 2
**3.** Step 3

Provide detailed instructions to help us reproduce the issue.

---

## Expected Behavior

What should have happened instead of the issue?

---

## Screenshots

If applicable, add screenshots or videos to help explain the problem.

---

## Additional Information

**Project version:**
Specify the project version or commit hash you are using.

**Environment details:**

- OS:
- Browser (if applicable):
- Node.js version (if applicable):
- Any other relevant details:

---

0 comments on commit d0766d7

Please sign in to comment.