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

Commit

Permalink
Fix whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amyegan committed Jul 15, 2024
1 parent 1146872 commit c657c17
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 61 deletions.
22 changes: 11 additions & 11 deletions .github/DISCUSSION_TEMPLATE/account-issue.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
body:
- type: markdown
attributes:
value: |
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.
- type: markdown
attributes:
value: |
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.
If your account, signup, or deployment was blocked, please visit the following guides for more information:
- [Why has my account or deployment been paused?](https://vercel.com/guides/why-is-my-account-deployment-blocked)
- [Why am I unable to login or signup to the Vercel platform?](https://vercel.com/guides/why-can-i-not-signup)
- type: checkboxes
If your account, signup, or deployment was blocked, please visit the following guides for more information:
- [Why has my account or deployment been paused?](https://vercel.com/guides/why-is-my-account-deployment-blocked)
- [Why am I unable to login or signup to the Vercel platform?](https://vercel.com/guides/why-can-i-not-signup)
- type: checkboxes
attributes:
label: Acknowledgement
options:
- label: I acknowledge that this discussion will be automatically closed.
required: true
required: true
26 changes: 13 additions & 13 deletions .github/DISCUSSION_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
body:
- type: markdown
- type: markdown
attributes:
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
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
- type: input
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
12 changes: 6 additions & 6 deletions .github/DISCUSSION_TEMPLATE/feature-question.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
body:
- type: markdown
- type: markdown
attributes:
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
attributes:
label: Question
validations:
required: true
- type: textarea
attributes:
label: Question
validations:
required: true
38 changes: 19 additions & 19 deletions .github/DISCUSSION_TEMPLATE/help.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
body:
- type: markdown
- type: markdown
attributes:
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
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
- 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.
validations:
required: true
- type: textarea
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
- 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.
validations:
required: true
12 changes: 6 additions & 6 deletions .github/DISCUSSION_TEMPLATE/idea.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
body:
- type: markdown
- type: markdown
attributes:
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
attributes:
label: Idea
validations:
required: true
- type: textarea
attributes:
label: Idea
validations:
required: true
12 changes: 6 additions & 6 deletions .github/DISCUSSION_TEMPLATE/show-tell.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
body:
- type: markdown
- type: markdown
attributes:
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
attributes:
label: Description
validations:
required: true
- type: textarea
attributes:
label: Description
validations:
required: true

0 comments on commit c657c17

Please sign in to comment.