Skip to content

Commit

Permalink
fix: fix various templates
Browse files Browse the repository at this point in the history
  • Loading branch information
prit342 committed Jan 3, 2024
1 parent fdfc065 commit ad77f7f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 42 deletions.
19 changes: 8 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Bug report
description: Create a report to help us improve
title: ""
labels: [bug]
assignees: ""
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -38,14 +37,12 @@ body:
render: markdown
validations:
required: true
- type: markdown
attributes:
value: "You can add screenshots or additional context below."
- type: file
id: screenshots
- type: textarea
id: logs
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
label: Relevant log output
description: Please copy and paste any relevant log output.
render: shell
validations:
required: false
- type: textarea
Expand Down
58 changes: 29 additions & 29 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
name: Feature request
description: Suggest an idea for this project
title: ""
labels: []
assignees: ""
---
name: 🛠️ Feature Request
description: Suggest an idea to help us improve W&B
title: "[Feature]: "
labels:
- "feature_request"
- "enhancement"

body:
- type: markdown
attributes:
value: "Thanks for suggesting a feature! Please fill out the form below."
value: |
**Thanks :heart: for taking the time to fill out this feature request report!**
- type: textarea
id: problem-description
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. For example: "I'm always frustrated when..."
placeholder: "Describe the problem or the frustration..."
render: markdown
label: Description
description: |
A clear and concise description of the feature you're interested in.
validations:
required: true

- type: textarea
id: desired-solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: "Explain your ideal solution..."
render: markdown
label: Suggested Solution
description: |
Describe the solution you'd like. A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternatives-considered
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: "List any alternative solutions or features..."
render: markdown
label: Alternatives
description: |
Describe alternatives you've considered.
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: markdown
attributes:
value: "If you have any additional context or screenshots, you can add them below."
- type: file
id: additional-context

- type: textarea
attributes:
label: Additional context or screenshots
description: Add any other context or screenshots about the feature request here.
label: Additional Context
description: |
Add any other context about the problem here.
validations:
required: false
required: false
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/question.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Question
description: Post a question about the project
title: ""
title: "[Question]: "
labels: [question]
assignees: ""
body:
- type: markdown
attributes:
Expand Down

0 comments on commit ad77f7f

Please sign in to comment.