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

issue template update #3

Merged
merged 2 commits into from
Oct 9, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ body:
attributes:
label: Steps until the issue appears
description: "[optional] You can add the steps taken to be able to reproduce your problem."
placeholder: "1. Description of step 1 ...\n
2. Description of step 2 ...\n
..."
placeholder: "1. Description of step 1 ...\n2. Description of step 2 ...\n..."
- type: textarea
id: expected-result
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/translate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
- type: textarea
id: translate
attributes:
label: Translate
label: Translate YAML
description: "You can send the YAML file already translated or write it in this section.\n\n[WARNING] If you want to directly write the translation in this section, the code must start with and end with . You can use the \"Preview\" tab to see if the code has been written correctly."
placeholder: "home:\n\tclose: Close the window and stop the code\n\tcronoTitle: CLOCKS\n\tcdownTitle: TIMERS\n\tcdowntimeTitle: TIME UNTIL...\n\ttwitchextTitle: EXTENSIBLE TWITCH\n\ttimeTitle: CURRENT TIME\n\tnotycopycrono: URL copied to clipboard\ncrono:\n\tbuttons:\n\t\tstart: Start\n\t\tpause: Pause\n\t\treset: Reset"
validations:
Expand Down