Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Power-Maverick committed Aug 22, 2021
2 parents 5a9df6b + f5ed5a4 commit 88efc88
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 51 deletions.
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-form-bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [bug, triage]
assignees:
- Power-Maverick
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: version
attributes:
label: What version of the tool are you using?
description: You can find it under `Tool Library` in XrmToolBox.
validations:
required: true
- type: input
id: xrmtoolbox
attributes:
label: What version of XrmToolBox are you running?
description: You can find it under `Help` > `About XrmToolBox` in XrmToolBox.
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/issues-form-feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Feature]: "
labels: [enhancement, triage]
assignees:
- Power-Maverick
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to provide an enhancement idea for the tool!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: dropdown
id: is-problem
attributes:
label: Is your feature request related to a problem?
options:
- 'Yes'
- 'No'
validations:
required: true
- type: textarea
id: problem
attributes:
label: Describe the problem?
validations:
required: false
- type: textarea
id: solution
attributes:
label: Provide a solution or an idea you would like to see in the tool?
description: Also if you can provide any alternatives you have considered that would be great!
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

0 comments on commit 88efc88

Please sign in to comment.