Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Add auto-close acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
amyegan committed Aug 16, 2024
1 parent 74853a9 commit 2945744
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 38 deletions.
4 changes: 3 additions & 1 deletion .github/DISCUSSION_TEMPLATE/account-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ body:
- type: markdown
attributes:
value: |
# Please use the appropriate private channel
Due to the sensitive nature of personal data, account issues cannot be safely handled in this public forum.
For login issues or billing problems, please go to our [Vercel Support contact guide](https://vercel.com/guides/how-to-get-vercel-support) to get the latest contact info.
Expand All @@ -13,5 +15,5 @@ body:
attributes:
label: Acknowledgement
options:
- label: I acknowledge that this discussion will be automatically closed.
- label: I acknowledge that account issues cannot safely be solved in public and this discussion will be automatically closed.
required: true
19 changes: 7 additions & 12 deletions .github/DISCUSSION_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ body:
value: |
# Please go to Vercel Community
> [!IMPORTANT]
> **New Discussions in this repo are no longer actively monitored and will be automatically closed. Please go to the new [Vercel Community](https://vercel.community).**
- type: input
> **New Discussions in this repo are no longer actively monitored and will be automatically closed.**
> **Please join us in the new [Vercel Community](https://vercel.community).**
- type: checkboxes
attributes:
label: Page to Investigate
description: Share a link to page where you found a problem.
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: Let us know how we can replicate the problem. Feel free to include error messages, screenshots, or any other detail needed to help us see exactly what is happening.
validations:
required: true
label: Acknowledgement
options:
- label: I acknowledge that this discussion will be automatically closed.
required: true
9 changes: 8 additions & 1 deletion .github/DISCUSSION_TEMPLATE/feature-question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ body:
value: |
# Please go to Vercel Community
> [!IMPORTANT]
> **New Discussions in this repo are no longer actively monitored and will be automatically closed. Please go to the new [Vercel Community](https://vercel.community).**
> **New Discussions in this repo are no longer actively monitored and will be automatically closed.**
> **Please join us in the new [Vercel Community](https://vercel.community).**
- type: checkboxes
attributes:
label: Acknowledgement
options:
- label: I acknowledge that this discussion will be automatically closed.
required: true
- type: textarea
attributes:
label: Question
Expand Down
22 changes: 8 additions & 14 deletions .github/DISCUSSION_TEMPLATE/help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,16 @@ body:
value: |
# Please go to Vercel Community
> [!IMPORTANT]
> **New Discussions in this repo are no longer actively monitored and will be automatically closed. Please go to the new [Vercel Community](https://vercel.community).**
- type: textarea
> **New Discussions in this repo are no longer actively monitored and will be automatically closed.**
> **Please join us in the new [Vercel Community](https://vercel.community).**
- type: checkboxes
attributes:
label: Summary
description: Give a quick description of the problem.
validations:
required: true
- type: input
attributes:
label: Example
description: Share a link to a minimal reproduction or demo deployment to show what is going wrong.
validations:
required: false
label: Acknowledgement
options:
- label: I acknowledge that this discussion will be automatically closed.
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: Let us know how we can replicate the problem. Feel free to include code, error messages, screenshots, or any other detail needed to help us see exactly what is happening.
label: Question
validations:
required: true
12 changes: 7 additions & 5 deletions .github/DISCUSSION_TEMPLATE/idea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ body:
value: |
# Please go to Vercel Community
> [!IMPORTANT]
> **New Discussions in this repo are no longer actively monitored and will be automatically closed. Please go to the new [Vercel Community](https://vercel.community).**
- type: textarea
> **New Discussions in this repo are no longer actively monitored and will be automatically closed.**
> **Please join us in the new [Vercel Community](https://vercel.community).**
- type: checkboxes
attributes:
label: Idea
validations:
required: true
label: Acknowledgement
options:
- label: I acknowledge that this discussion will be automatically closed.
required: true
12 changes: 7 additions & 5 deletions .github/DISCUSSION_TEMPLATE/show-tell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ body:
value: |
# Please go to Vercel Community
> [!IMPORTANT]
> **New Discussions in this repo are no longer actively monitored and will be automatically closed. Please go to the new [Vercel Community](https://vercel.community).**
- type: textarea
> **New Discussions in this repo are no longer actively monitored and will be automatically closed.**
> **Please join us in the new [Vercel Community](https://vercel.community).**
- type: checkboxes
attributes:
label: Description
validations:
required: true
label: Acknowledgement
options:
- label: I acknowledge that this discussion will be automatically closed.
required: true

0 comments on commit 2945744

Please sign in to comment.