Skip to content

Commit

Permalink
chore: stop using GitHub Discussions (#3312)
Browse files Browse the repository at this point in the history
* chore: stop using GitHub Discussions

* chore: add a discussion template
  • Loading branch information
suzuki-shunsuke authored Dec 1, 2024
1 parent 168da3b commit fb8d4f6
Show file tree
Hide file tree
Showing 19 changed files with 216 additions and 206 deletions.
15 changes: 0 additions & 15 deletions .github/DISCUSSION_TEMPLATE/bug-report.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/DISCUSSION_TEMPLATE/deprecated-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
title: Deprecated (Bug Report)
body:
- type: markdown
attributes:
value: |
# :warning: Please create an Issue instead
[We don't accept new discussions anymore](https://github.com/aquaproj/aqua/issues/3311).
We keep this discussion category only for existing discussions.
[Please create an issue](https://github.com/aquaproj/aqua/issues/new?assignees=&labels=bug&projects=&template=bug-report.yml).
# At least one input item is required, so we add a dummy checkbox.
- type: checkboxes
attributes:
label: .
options:
- label: ..
17 changes: 17 additions & 0 deletions .github/DISCUSSION_TEMPLATE/deprecated-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
title: Deprecated (Feature Request)
body:
- type: markdown
attributes:
value: |
# :warning: Please create an Issue instead
[We don't accept new discussions anymore](https://github.com/aquaproj/aqua/issues/3311).
We keep this discussion category only for existing discussions.
[Please create an issue](https://github.com/aquaproj/aqua/issues/new?assignees=&labels=enhancement&projects=&template=feature-request.yml).
# At least one input item is required, so we add a dummy checkbox.
- type: checkboxes
attributes:
label: .
options:
- label: ..
17 changes: 17 additions & 0 deletions .github/DISCUSSION_TEMPLATE/deprecated-general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
title: Deprecated (General)
body:
- type: markdown
attributes:
value: |
# :warning: Please create an Issue instead
[We don't accept new discussions anymore](https://github.com/aquaproj/aqua/issues/3311).
We keep this discussion category only for existing discussions.
[Please create an issue](https://github.com/aquaproj/aqua/issues/new?assignees=&labels=no-fit-template&projects=&template=general.yml).
# At least one input item is required, so we add a dummy checkbox.
- type: checkboxes
attributes:
label: .
options:
- label: ..
18 changes: 18 additions & 0 deletions .github/DISCUSSION_TEMPLATE/deprecated-proposal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
title: Deprecated (Proposal)
body:
- type: markdown
attributes:
value: |
# :warning: Please create an Issue instead
[We don't accept new discussions anymore](https://github.com/aquaproj/aqua/issues/3311).
We keep this discussion category only for existing discussions.
[Please create an issue](https://github.com/aquaproj/aqua/issues/new?assignees=&labels=no-fit-template&projects=&template=general.yml).
# At least one input item is required, so we add a dummy checkbox.
- type: checkboxes
attributes:
label: .
options:
- label: ..

18 changes: 18 additions & 0 deletions .github/DISCUSSION_TEMPLATE/deprecated-question-and-answer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
title: Deprecated (Question And Answer)
body:
- type: markdown
attributes:
value: |
# :warning: Please create an Issue instead
[We don't accept new discussions anymore](https://github.com/aquaproj/aqua/issues/3311).
We keep this discussion category only for existing discussions.
[Please create an issue](https://github.com/aquaproj/aqua/issues/new?assignees=&labels=question&projects=&template=question.yml).
# At least one input item is required, so we add a dummy checkbox.
- type: checkboxes
attributes:
label: .
options:
- label: ..

18 changes: 18 additions & 0 deletions .github/DISCUSSION_TEMPLATE/deprecated-support-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
title: Deprecated (Support Request)
body:
- type: markdown
attributes:
value: |
# :warning: Please create an Issue instead
[We don't accept new discussions anymore](https://github.com/aquaproj/aqua/issues/3311).
We keep this discussion category only for existing discussions.
[Please create an issue](https://github.com/aquaproj/aqua/issues/new?assignees=&labels=support-request&projects=&template=support-request.yml).
# At least one input item is required, so we add a dummy checkbox.
- type: checkboxes
attributes:
label: .
options:
- label: ..
15 changes: 0 additions & 15 deletions .github/DISCUSSION_TEMPLATE/feature-request.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/DISCUSSION_TEMPLATE/general.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/DISCUSSION_TEMPLATE/proposal.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/DISCUSSION_TEMPLATE/question-and-answer.yml

This file was deleted.

18 changes: 3 additions & 15 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Bug Report
description: If something isn't working as expected.
description: |
Please report the bug of aqua.
If you're not sure if it's a bug or not, please use the template `Support Request` instead.
labels:
- bug
body:
Expand All @@ -19,10 +21,8 @@ body:
$ aqua info
```
validations:
required: true

- type: textarea
id: overview
attributes:
Expand Down Expand Up @@ -57,17 +57,6 @@ body:
```
validations:
required: true
- type: textarea
id: debug-output
attributes:
label: Debug output
description: Please set the environment variable `AQUA_LOG_LEVEL=debug` and run aqua and tell us the debug output.
value: |
```console
$
```
validations:
required: false
- type: textarea
id: expected-behaviour
attributes:
Expand All @@ -84,6 +73,5 @@ body:
id: note
attributes:
label: Note
description: Additional information about the discussion.
validations:
required: false
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
blank_issues_enabled: false
contact_links:
- name: Discussions
url: https://github.com/orgs/aquaproj/discussions
about: Please create a discussion instead of issue
- name: Issue of Standard Registry
url: https://github.com/aquaproj/aqua-registry/issues
about: Please report issues about aqua Standard Registry
- name: Slack
url: https://gophers.slack.com/archives/C04RALTG29K
about: Please ask questions freely
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ body:
description: Please explain the problem you want to solve.
validations:
required: true

- type: textarea
id: workaround
attributes:
label: Workaround
description: |
If you have any workaround, please explain it and why the workaround isn't enough.
- type: textarea
id: example-code
attributes:
Expand Down
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: General
description: Please use this template only when other templates don't meet your requirement
labels:
- no-fit-template
body:
- type: textarea
id: what
attributes:
label: What
validations:
required: true
- type: textarea
id: why
attributes:
label: Why
description: Please explain the background and the reason of this issue
validations:
required: false
- type: textarea
id: note
attributes:
label: Note
description: Please write any additional information
validations:
required: false
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Question
description: |
Please use this template when you have any questions.
Please don't hesitate to ask any questions via Issues.
labels:
- question
body:
- type: textarea
id: question
attributes:
label: Question
description: |
Please explain your question in details.
If example code is useful to explain your question, please write it.
validations:
required: true
- type: textarea
id: background
attributes:
label: Background
description: Please explain the background and why you have the question
validations:
required: false
- type: textarea
id: note
attributes:
label: Note
description: Please write any additional information
validations:
required: false
Loading

0 comments on commit fb8d4f6

Please sign in to comment.