Skip to content

Commit

Permalink
Fix yaml validation errors in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina authored Oct 2, 2024
1 parent 22bcf24 commit f81a348
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/ISSUE_TEMPLATE/01-report-existing-issue.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: Report Issue With Existing File (for docs writers)
description: For one specific existing file, log an issue about the file in a
standardized format. Made for the Educators docs projects.
description: For one specific existing file, log an issue about the file in a standardized format. Made for the Educators docs projects.
title: "Issue with page:"
body:
- type: markdown
attributes:
value: |
## Title Your Issue With Filename!
Please add the page's filename (eg "educators/how-tos/log-an-issue.rst")
after the ":" in the box above. So the above box would say, "Issue with
page: educators/how-tos/log-an-issue.rst". This helps us search &
organize tickets.
Please add the page's filename (eg "educators/how-tos/log-an-issue.rst") after the ":" in the box above. So the above box would say, "Issue with page: educators/how-tos/log-an-issue.rst". This helps us search & organize tickets.
- type: input
id: file
attributes:
Expand Down Expand Up @@ -49,6 +45,6 @@ body:
- type: textarea
id: other
attributes:
label: You can provide any more details here that you like:
label: Provide any extra details, such as LMS version, specifics of what's broken, or suggested remediation steps.
description: "e.g. Specific steps that are broken; Suggestions for more docs needed; Open edX® LMS version you are testing with;"
render: bash

0 comments on commit f81a348

Please sign in to comment.