📝 Fix typos
This commit is contained in:
parent
e77c016052
commit
69d2eb4aa5
10
.github/ISSUE_TEMPLATE/bug.yml
vendored
10
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Report something that is not working as expected.
|
description: Report something that is not working as expected.
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
assignees:
|
assignees:
|
||||||
@ -17,6 +17,7 @@ body:
|
|||||||
label: "Describe the bug"
|
label: "Describe the bug"
|
||||||
description: "A clear and concise description of what the bug is."
|
description: "A clear and concise description of what the bug is."
|
||||||
placeholder: "Describe the bug you encountered"
|
placeholder: "Describe the bug you encountered"
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -30,6 +31,7 @@ body:
|
|||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
placeholder: "List the steps to reproduce the bug"
|
placeholder: "List the steps to reproduce the bug"
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -38,7 +40,6 @@ body:
|
|||||||
label: "Expected behavior"
|
label: "Expected behavior"
|
||||||
description: "A clear and concise description of what you expected to happen."
|
description: "A clear and concise description of what you expected to happen."
|
||||||
placeholder: "Describe the expected behavior"
|
placeholder: "Describe the expected behavior"
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: trip_version
|
id: trip_version
|
||||||
@ -46,7 +47,6 @@ body:
|
|||||||
label: "TRIP Version"
|
label: "TRIP Version"
|
||||||
description: "Specify the version of the TRIP application you are using (if applicable)."
|
description: "Specify the version of the TRIP application you are using (if applicable)."
|
||||||
placeholder: "e.g., 1.19.1"
|
placeholder: "e.g., 1.19.1"
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: screenshots
|
id: screenshots
|
||||||
@ -54,7 +54,6 @@ body:
|
|||||||
label: "Screenshots (if applicable)"
|
label: "Screenshots (if applicable)"
|
||||||
description: "Add screenshots to help explain your problem."
|
description: "Add screenshots to help explain your problem."
|
||||||
placeholder: "Paste image URLs or describe screenshots"
|
placeholder: "Paste image URLs or describe screenshots"
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: browser
|
id: browser
|
||||||
@ -73,5 +72,4 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "Additional context"
|
label: "Additional context"
|
||||||
description: "Add any other context about the problem here."
|
description: "Add any other context about the problem here."
|
||||||
placeholder: "Additional information"
|
placeholder: "Additional information"
|
||||||
required: false
|
|
||||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Feature Request and Ideas
|
- name: Feature Request and Ideas
|
||||||
url: https://github.com/itskovacs/trip/discussions/ideas
|
url: https://github.com/itskovacs/trip/discussions/categories/ideas
|
||||||
about: Have a feature request or specific need? Join the conversation about how it could enhance the project
|
about: Have a feature request or specific need? Join the conversation about how it could enhance the project
|
||||||
- name: Question or Problem
|
- name: Question or Problem
|
||||||
url: https://github.com/itskovacs/trip/discussions/categories/general
|
url: https://github.com/itskovacs/trip/discussions/categories/general
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user