diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..e643c09 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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.' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..b92ba54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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: + +---