Skip to content

Commit

Permalink
chore: issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Jan 14, 2024
1 parent 888cd00 commit 9e318d6
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# These are supported funding model platforms
github: petyosi
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Something went wrong? Search for similar issues first to make sure it is not already covered. If you can't find anything, fill out the template below.
title: "[BUG]"
labels: bug
assignees: ''
---

If you want to ask for support or request features, [sponsor the project](https://github.com/sponsors/petyosi) and contact me over email.
If you want to discuss something, use the discussions section for that.

- [ ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [ ] I have read the documentation and cannot find an answer.

**Describe the bug**
A clear and concise description of what the bug is.

**Reproduction**
Use https://codesandbox.io/ to reproduce the problem so that I can observe the issue on my side and make sure that a potential fix reliably addresses it.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. MacOS, Windows] - Windows can act funny sometimes.
- Browser [e.g. Chrome, Safari]

**Additional context**
Add any other context about the problem here.
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: true # force the usage of a template
contact_links:
- name: Feature Requests, support and consulting
url: https://github.com/sponsors/petyosi
about: If you have troubles integrating MDXEditor in your project and need dedicated assistance with it, contact me over my the email in my profile.

0 comments on commit 9e318d6

Please sign in to comment.