Remove "Other" ISSUE_TEMPLATE, in lieu of config change pointing to discussions
This commit is contained in:
parent
e390e96136
commit
f03235e14e
|
@ -1,27 +0,0 @@
|
|||
---
|
||||
name: Other
|
||||
description: Anything else that does not fit the other templates. Blank issues are not permitted.
|
||||
title: "[DISCUSS] Title here"
|
||||
labels:
|
||||
- other
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## Have a question or other topic of discussion that isn't adding/removing/modifying an alternative?
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Checklist
|
||||
options:
|
||||
- label: "**I have read the guidelines in [CONTRIBUTING.md](../blob/master/CONTRIBUTING.md)**"
|
||||
required: true
|
||||
- label: Include my name in [CONTRIBUTORS.md](../blob/master/CONTRIBUTORS.md)
|
||||
- label: I am affiliated with this alternative
|
||||
- type: textarea
|
||||
id: details
|
||||
attributes:
|
||||
label: Details
|
||||
description: Describe your issue
|
||||
validations:
|
||||
required: true
|
|
@ -1,7 +1,7 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Other/Discussions
|
||||
- name: Other
|
||||
url: https://github.com/tycrek/degoogle/discussions
|
||||
about: >
|
||||
Have a question or other topic of discussion that isn't adding/removing/modifying an alternative?
|
||||
The "Discussions" forum is where you want to start.
|
||||
The "Discussions" forum is where you want to start.
|
||||
|
|
Loading…
Reference in New Issue