From cd98959ce49307768c29cce647d0474126894b18 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Fri, 26 Jan 2024 08:19:02 +0100 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++---- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2d138e5..23189fe 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: 🐞 Bug report -description: Create a report to help me improve unlazy +description: Write a report to help improve unlazy labels: [pending triage] body: - type: textarea @@ -14,7 +14,7 @@ body: id: bug-description attributes: label: Describe the bug - description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell me in the description. Thanks! + description: A clear and concise description of what the bug is. If you intend to file a PR for this issue, please let us know in the description. Thanks a lot! placeholder: Bug description validations: required: true @@ -22,11 +22,11 @@ body: id: additonal attributes: label: Additional context - description: If applicable, add any other context about the problem here + description: If applicable, add any other context about the problem here. - type: textarea id: logs attributes: label: Logs description: | - Optional if reproduction is provided. Please try not to insert an image but copy paste the log text. + Optional if reproduction is provided. Please try not to insert an image, but copy and paste the log text. render: shell-script diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 0e54bd4..1ca4ea1 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -28,7 +28,7 @@ body: id: required-info attributes: label: Final checks - description: Before submitting, please make sure you do the following + description: 'Before submitting, please make sure you do the following:' options: - label: Check existing [issues](https://github.com/johannschopplich/unlazy/issues). required: true