Skip to content

Commit

Permalink
docs: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Apr 12, 2023
1 parent 2a3f215 commit d316982
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ body:
description: 'A clear and concise description of what you expected to happen instead. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
label: Describe the bug
placeholder: I am doing ... What I expect is ... What actually happening is ...

validations:
required: true

Expand All @@ -28,17 +27,18 @@ body:
required: true

- type: textarea
id: reproduction-steps
id: reproduction_steps
attributes:
label: Steps to reproduce
description: Please provide any reproduction steps that may need to be described.
validations:
required: true

- type: textarea
id: browser-info
- type: input
id: browser_info
attributes:
label: Browser Info
description: Which browser did you experience the issue on?
render: shell
placeholder: Chrome, Safari, Firefox, Edge
validations:
required: true
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/docs_suggestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out docs suggestion! However, if you think it's something you can fix yourself, please submit a PR instead.
In every doc page, you will be able to find the "Edit this page" in the right menu!
Thanks for taking the time to fill out docs suggestion! However, if you think it's something you can fix yourself, please submit a PR instead. In every doc page, you will be able to find the "Edit this page" in the right menu!
- type: textarea
id: description
Expand Down

1 comment on commit d316982

@vercel
Copy link

@vercel vercel bot commented on d316982 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.