Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into drag-resize
Browse files Browse the repository at this point in the history
  • Loading branch information
victornpb committed Mar 10, 2023
2 parents 0995d23 + 39fea4d commit 21607fc
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 67 deletions.
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: Bug Report
description: Create a report to help fix issues.
labels: ["Type: Bug", "Status: Triage"]
body:
- type: markdown
attributes:
value: |
### 🐞 This form is for bugs reports ONLY!
* ❔ Questions, Help, Ideas, Feature requests or if you're not sure how to fill this form:
- Use the [💬 Discussion](https://github.com/victornpb/undiscord/discussions) tab instead
* Use the [🔎 Search](https://github.com/victornpb/undiscord/issues?q=TYPE_YOUR_SEARCH_HERE) to find duplicated issues before continuing.
* 🚮 If you don't fill this form correctly your issue is going to be deleted!
- type: input
attributes:
label: Undiscord Version
description: You can see the version in the bottom right corner or in the ViolentMonkey or TamperMonkey settings.
placeholder: v0.0.0
validations:
required: true
- type: input
attributes:
label: Browser
description: What browser you re using undiscord. Go to chrome://version/ and copy the version
placeholder: 110.0.5481.177 (Official Build) (x86_64)
validations:
required: true
- type: input
attributes:
label: Extension
description: Which extension are you using
placeholder: ViolentMonkey / TamperMonkey / Other method
validations:
required: true
- type: textarea
attributes:
label: Reproduction steps
description: Tell us what you did!
placeholder: |
1. Something you did
2. Something you did next
validations:
required: true
- type: textarea
attributes:
label: Actual results
description: What happens after the above steps have been followed.
validations:
required: true
- type: textarea
attributes:
label: Expected results
description: What should happen after the above steps have been followed.
validations:
required: true
- type: checkboxes
attributes:
label: Bug affects
options:
- label: DMs
- label: DMs (group)
- label: Channels
- label: Channel (NSFW)
- type: textarea
attributes:
label: Additional information & file uploads
description: |
You can add screenshots and additional information that is relevant to the issue in the comments below.
IMPORTANT: Make sure to verify you're not sharing any personal information. Redact any ID's or Names that might appear.
Github Issues are publicly visible, do not post sensitive information here!
validations:
required: true
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
blank_issues_enabled: false
contact_links:

- name: 🤷‍♀️ Questions or need help?
url: https://github.com/victornpb/undiscord/discussions/categories/1-questions-answers
about: Check existing questions or post a new one

- name: 💬 Discussions
url: https://github.com/victornpb/undiscord/discussions/categories/2-discussions
about: Start an open ended discussion

- name: 💡 Suggestions / Ideas
url: https://github.com/victornpb/undiscord/discussions/categories/3-ideas
about: Check existing suggestions or share ideas for new features

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

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

0 comments on commit 21607fc

Please sign in to comment.