Skip to content

Commit

Permalink
Added issue templates
Browse files Browse the repository at this point in the history
I love checkboxes
  • Loading branch information
5GameMaker authored Aug 25, 2024
1 parent fe003cc commit 4792c69
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: This thing doesn't work
title: 'bug: It ain''t doing it'
labels: bug
assignees: ''

---

## Describe the bug
*Concise bug description*
*Include screenshots if you can*
*Also remove this text, thanks*

## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
*Highly recommend attaching screenshots if possible*

## Checkboxes
- [ ] I have checked this bug on both `stable` and `master`
- [ ] This bug that was fixed in `master`, but is still present in `stable`
- [ ] Ignore this whole thing, I just like clicking checkboxes!
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: I really want this to be in this
title: 'feature: This one!'
labels: enhancement
assignees: ''

---

*Describe your idea here*
*Also delete this text*

## Checkboxes
- [ ] This feature has not been suggested or it was but I couldn't find it
- [ ] There is no such feature already available
- [ ] This feature is in `master`, but not in `stable`
- [ ] This checkbox doesn't like being checked so please don't
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Question
about: Just asking for a friend
title: 'question: ask right away'
labels: question
assignees: ''

---

*Your question here*
*Almost forgot to tell you to delete this text*

## Checkboxes
- [ ] This question hasn't been asked before or I just want to clarify and if I want to clarify something I've linked the original question in here
- [ ] I have tried googling or using ChatGPT and I got either no answer or it wasn't helpful (or I just don't have access to those smh)
- [ ] Keeping in check this particular checkbox to stay unchecked

0 comments on commit 4792c69

Please sign in to comment.