Skip to content

Commit

Permalink
Simplify issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 29, 2024
1 parent d62d339 commit 3feeff6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 130 deletions.
114 changes: 0 additions & 114 deletions .github/ISSUE_TEMPLATE/bug.yml

This file was deleted.

15 changes: 5 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: ['bug']
assignees: ''

---
Expand All @@ -23,16 +23,11 @@ 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. iOS]
**Environment (please complete the following information):**
- WordPress version: [e.g. 6.7.1]
- Code Snippets version: [e.g. 3.6.6]
- Code Snippets license type: [e.g. free, pro, both]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
blank_issues_enabled: true
contact_links:
- name: πŸš€ Feature Request
url: https://roadmap.codesnippets.pro/ideas
about: Suggest new ideas, features, or enhancements
- name: ❓ Support Question
url: https://help.codesnippets.pro/
about: For Code Snippets users who need assistant and have general usage questions.
- name: πŸ’Ž Premium Support - For customer only
- name: πŸ’Ž Premium Support - For customers only
url: https://help.codesnippets.pro/
about: If you have an active license you are entitled to premium support.
- name: πŸ—¨οΈ Code Snippets Global Community
- name: πŸ—¨οΈ Code Snippets Facebook Community
url: https://www.facebook.com/groups/codesnippetsplugin
about: The main Facebook group where all kinds of users come together to help each other.
- name: πŸ“š Code Snippets Documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: ['enhancement', 'suggestion']
assignees: ''

---
Expand Down

0 comments on commit 3feeff6

Please sign in to comment.