From 69d2eb4aa51fbad0c83b71feaf89012f507454f8 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Fri, 10 Oct 2025 19:22:23 +0200 Subject: [PATCH] :memo: Fix typos --- .github/ISSUE_TEMPLATE/bug.yml | 10 ++++------ .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 37763c5..74ba0fd 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,5 +1,5 @@ name: Bug Report -about: Report something that is not working as expected. +description: Report something that is not working as expected. title: "[Bug]: " labels: ["bug"] assignees: @@ -17,6 +17,7 @@ body: label: "Describe the bug" description: "A clear and concise description of what the bug is." placeholder: "Describe the bug you encountered" + validations: required: true - type: textarea @@ -30,6 +31,7 @@ body: 3. Scroll down to '....' 4. See error placeholder: "List the steps to reproduce the bug" + validations: required: true - type: textarea @@ -38,7 +40,6 @@ body: label: "Expected behavior" description: "A clear and concise description of what you expected to happen." placeholder: "Describe the expected behavior" - required: false - type: input id: trip_version @@ -46,7 +47,6 @@ body: label: "TRIP Version" description: "Specify the version of the TRIP application you are using (if applicable)." placeholder: "e.g., 1.19.1" - required: true - type: textarea id: screenshots @@ -54,7 +54,6 @@ body: label: "Screenshots (if applicable)" description: "Add screenshots to help explain your problem." placeholder: "Paste image URLs or describe screenshots" - required: false - type: dropdown id: browser @@ -73,5 +72,4 @@ body: attributes: label: "Additional context" description: "Add any other context about the problem here." - placeholder: "Additional information" - required: false \ No newline at end of file + placeholder: "Additional information" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c33077e..4f2a953 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - 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 - name: Question or Problem url: https://github.com/itskovacs/trip/discussions/categories/general