Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config for issue templates #2791

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ body:
You can use our preset [here](https://codesandbox.io/s/dj4f7t).

- type: textarea
render: markdown
attributes:
render: markdown
label: Bug report
description: |
A clear and concise description of what the bug is. Please include any
Expand All @@ -50,8 +50,8 @@ body:
required: true

- type: textarea
render: markdown
attributes:
render: markdown
label: Steps to reproduce
placeholder: |
Steps to reproduce the behavior:
Expand All @@ -61,20 +61,20 @@ body:
4. See error

- type: textarea
render: markdown
attributes:
render: markdown
label: Expected behavior
description: A clear and concise description of what you expected to happen.

- type: textarea
render: markdown
attributes:
render: markdown
label: Actual behavior
description: A clear and concise description of what actually happened.

- type: textarea
render: markdown
attributes:
render: markdown
label: Environment
description: |
examples:
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Victory Issues Board
url: https://github.com/FormidableLabs/victory/issues
about: Please ask and answer questions here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ body:
required: true

- type: textarea
render: markdown
attributes:
render: markdown
label: Feature Request
description: |
**Is your feature request related to a problem? Please describe.**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ body:
required: true

- type: textarea
render: markdown
attributes:
render: markdown
label: Question
description: |
Any background information that might help us answer your questions.
Expand Down