Skip to content

Commit

Permalink
refactor: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhordynski committed Jul 23, 2024
1 parent dd98dfe commit 9e5980e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🚀 Feature Request
description: Submit a proposal/request for a new ds-template feature.
title: "feat: "
title: "feat: <short_name>"
labels: ["feature"]
body:
- type: markdown
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/02_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ body:
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
placeholder: XYZ doesn't work as expected...
value: "A bug happened!"
validations:
required: true
- type: textarea
id : how-to-reproduce
attributes:
label: How can we reproduce it?
description: Please provide a code snippet to reproduce the bug.
placeholder: import dbally
render: python
description: Please provide steps (commands) that led you to the bug.
placeholder: cookiecutter [email protected]:deepsense-ai/ds-template.git
render: bash
- type: textarea
id: logs
attributes:
Expand Down

0 comments on commit 9e5980e

Please sign in to comment.