Skip to content

Commit

Permalink
Better links
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyRedman committed Jan 20, 2023
1 parent 493b456 commit 14fd8f9
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 5 deletions.
73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: '🐛 Bug Report'
description: 'Bug report for WPClothes2Order'
title: '(bug): '
labels: ['bug']
body:
# Overview
- type: textarea
attributes:
label: Breif overview of issue
description: |
Briefly explain the issue you wish to report.
Please be as detailed as possible & include any screenshots that may be useful to help reproduce this issue.
placeholder: |
e.g Issue updating stock.
validations:
required: true

# Date
- type: input
attributes:
label: Plugin version
description: |
e.g `1.0.8`
validations:
required: true

# Frequency
- type: dropdown
attributes:
label: Where did you download the plugin from?
options:
- Through plugins screen
- WordPress Org
- Github release
- Github Core
validations:
required: true

# Browser
- type: dropdown
attributes:
label: Please tell us the browser you were using when this issue occured?
description: |
Google Chrome, Firefox etc...
options:
- Google Chrome (Windows)
- Google Chrome (Mac)
- Firefox (Windows)
- Firefox (Mac)
- Microsoft Edge (Mac)
- Microsoft Edge (Windows)
- Safari (Mac)
- Other (Please let us know in the 'extra information' section below)
validations:
required: true

# Account
- type: input
attributes:
label: PHP Version
description: |
Ensure your PHP version is 7.4 +
validations:
required: true

# Extra information
- type: textarea
attributes:
label: Extra information
description: |
If there is anything else you think it worth letting us know, please provide it here.
validations:
required: false
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Help & support - FAQ
url: https://github.com/AshleyRedman/WPClothes2Order/discussions/new?category=q-a
url: https://github.com/AshleyRedman/WPClothes2Order/discussions/new?category=q-a&body=%23%23%23%20Your%20question%20here%0A%0A-%20What%20version%20of%20the%20plugin%20are%20you%20using%3F%20e.g%20%601.0.8%60%0A-%20What%20PHP%20version%20are%20you%20using%3F%20e.g%20%607.4%60%0A-%20Where%20did%20you%20install%20the%20plugin%20from%3F%20e.g%20%60WordPress%20org%60%0A%0A---
about: "If you can't get something to work the way you expect, check out our FAQ's."
- name: Feature Request
url: https://github.com/AshleyRedman/WPClothes2Order/discussions/new?category=ideas
about: "Suggest any ideas you have using our discussion forums."
- name: Bug Report
url: https://github.com/AshleyRedman/WPClothes2Order/issues/new?body=
about: "If you've already checked our our FAQ's without luck and confirmed something is broken, create a bug report."
about: 'Suggest any ideas you have using our discussion forums.'

0 comments on commit 14fd8f9

Please sign in to comment.