Skip to content

Commit

Permalink
Fix issue templates (#1267)
Browse files Browse the repository at this point in the history
* change from md to yml

* fix yml problems

* fix quotes

* make subheadings one level higher

* small tweaks
  • Loading branch information
leewujung authored Feb 27, 2024
1 parent 8a818ea commit ce50400
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
required: true
- type: markdown
attributes:
value: "### Computing environment"
value: "## Computing environment"
- type: input
attributes:
label: Echopype version
Expand All @@ -36,10 +36,10 @@ body:
required: true
- type: markdown
attributes:
value: "### Minimum example and error messages"
value: "## Minimum example and error messages"
- type: textarea
id: logs
attributes:
label: Minimal code example
description: Provide a minimum code snippet that reproduces your problem
placeholder: |
The following code reproduces the errors I encountered:
Expand All @@ -49,7 +49,6 @@ body:
validations:
required: true
- type: textarea
id: error_msg
attributes:
label: Error message printouts
description: |
Expand All @@ -59,28 +58,28 @@ body:
validations:
required: true
- type: textarea
id: example_data
description: |
An example file that allow reproducing the problem.
Smaller files are strongly preferred (e.g., <25MB for AZFP and EK60, <100MB for EK80).
placeholder: |
This is a link to an example raw file from the XXX echosounder: SOME_ONLINE_LOCATION.
attributes:
label: Example data
description: |
An example file that allow reproducing the problem.
Smaller files are strongly preferred (e.g., <25MB for AZFP and EK60, <100MB for EK80).
placeholder: "This is a link to an example raw file from the XXX echosounder: SOME_ONLINE_LOCATION."
validations:
required: true
- type: markdown
attributes:
value: "### Troubleshooting"
value: "## Troubleshooting"
- type: textarea
attributes:
label: Related existing issues or PRs
description: |
Take a look at the current [issues](https://github.com/OSOceanAcoustics/echopype/issues) and [PRs](https://github.com/OSOceanAcoustics/echopype/pulls) |
and link anything related here.
placeholder: This topic is related to #XXX; or: I have not seen related issues/PRs
Take a look at the current [issues](https://github.com/OSOceanAcoustics/echopype/issues) and [PRs](https://github.com/OSOceanAcoustics/echopype/pulls) and link anything related here.
placeholder: "This topic is related to #XXX; or: I have not seen related issues/PRs"
validations:
required: true
- type: textarea
attributes:
label: Troubleshooting steps
description: Explain any steps that you have taken to identify the cause of conversion error
validations:
false
required: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ body:
attributes:
label: Discussion topic
description: |
What question do you have?
What idea do you want to propose?
What question do you have? What idea do you want to propose?
Please raise only one topic in each issue.
placeholder: I am wondering about ...
validations:
Expand All @@ -20,9 +19,7 @@ body:
attributes:
label: Related existing issues or PRs
description: |
Take a look at the current [issues](https://github.com/OSOceanAcoustics/echopype/issues)
and [PRs](https://github.com/OSOceanAcoustics/echopype/pulls)
and link anything related here.
placeholder: This topic is related to #XXX; or: I have not seen related issues/PRs
Take a look at the current [issues](https://github.com/OSOceanAcoustics/echopype/issues) and [PRs](https://github.com/OSOceanAcoustics/echopype/pulls) and link anything related here.
placeholder: "This topic is related to #XXX; or: I have not seen related issues/PRs"
validations:
required: true

0 comments on commit ce50400

Please sign in to comment.