Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Oct 6, 2023
1 parent 040aaa1 commit 19a46ef
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Bug Report
title: "[BUG] "
description: Report a problem you're having
body:
- type: markdown
attributes:
value: |
### **Preliminary instructions**
- Before opening an issue, please [check the Wiki first](https://github.com/pizzaboxer/bloxstrap/wiki/) to see if your problem has been addressed there.
- If you are getting a Bloxstrap Exception error, please attach a copy of the provided log file. There is a button on the dialog that locates it for you.
- If your problem is with Roblox itself, [check to see if it happens without Bloxstrap](https://github.com/pizzaboxer/bloxstrap/wiki/Roblox-crashes-or-does-not-launch). Please only open an issue if your problem only happens with Bloxstrap, as anything else is out of my control.
- If more clarification on the issue is needed, and you don't respond after a month, then your issue will be closed as stale.
- type: checkboxes
id: terms
attributes:
label: Acknowledgement of preliminary instructions
options:
- label: I have read the preliminary instructions, and I am certain that my problem has not already been addressed.
required: true
- type: textarea
id: what-happened
attributes:
label: What problem did you encounter?
description: Provide a comprehensive description of the problem you're facing. Don't forget to attach any additional resources you may have, such as log files and screenshots.
validations:
required: true
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Feature Request
title: "[REQ] "
description: Suggest a feature that should be added
body:
- type: markdown
attributes:
value: |
### **Preliminary instructions**
- Please first check to see if your idea has already been suggested. You can check by [searching all previous issues](https://github.com/pizzaboxer/bloxstrap/issues?q=is%3Aissue).
- If your feature suggestion is to do with Roblox itself, please consider that what's possible is heavily constrained by what [FastFlags](https://github.com/pizzaboxer/bloxstrap/wiki/A-guide-to-FastFlags) are available.
- Don't ask for support on Linux or Mac. That's not happening anytime soon, sorry.
- type: checkboxes
id: terms
attributes:
label: Acknowledgement of preliminary instructions
options:
- label: I have read and acknowledged the preliminary instructions.
required: true
- type: textarea
id: what-happened
attributes:
label: What idea do you have?
description: Provide a comprehensive description of what you think can be improved!
validations:
required: true

0 comments on commit 19a46ef

Please sign in to comment.