-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd98dfe
commit 9e5980e
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|