Skip to content

Commit

Permalink
issue form: don't syntax highlight output logs (nim-lang#20924)
Browse files Browse the repository at this point in the history
* issue form: don't syntax highlight output logs

* example output logs make no sense

* dummy to skip ci [skip ci]
  • Loading branch information
metagn authored Nov 26, 2022
1 parent dc21ae9 commit c0daea7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@ body:
Reports with a reproducible example and descriptive detailed information will likely receive fixes faster.
- type: textarea
id: what-happened
id: description
attributes:
label: What happened?
label: Description
description: |
Use DETAILED DESCRIPTIVE information about the problem.
Here, you go into more details about your Bug report. This section can be a few paragraphs long.
placeholder: Bug reports with full repro code and detailed information will be fixed faster.
placeholder: Bug reports with reproducible code and detailed information will be fixed faster.
validations:
required: true

- type: textarea
id: nim-version
attributes:
label: Nim Version
description: Please run `nim -v` on the command line.
description: Copy and paste the output of `nim -v` on the command line. For development versions, make sure to include the commit hash.
validations:
required: true

- type: textarea
id: current-logs
attributes:
label: Current Standard Output Logs
label: Current Output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
placeholder: Bug reports with full repro code and detailed information will be fixed faster.
render: shell
placeholder: Bug reports with reproducible code and detailed information will be fixed faster.
render: text

- type: textarea
id: expected-logs
attributes:
label: Expected Standard Output Logs
label: Expected Output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
placeholder: Bug reports with full repro code and detailed information will be fixed faster.
render: shell
placeholder: Bug reports with reproducible code and detailed information will be fixed faster.
render: text

- type: textarea
id: possible-solution
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ body:
- type: textarea
id: Examples
attributes:
label: Standard Output Examples
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
label: Examples
description: Provide examples for your feature request here.
placeholder: Example code here.
render: shell

- type: textarea
id: incompatibility
Expand Down

0 comments on commit c0daea7

Please sign in to comment.