From 8d8824b3c92bec24af9305caabe691ea4642cc04 Mon Sep 17 00:00:00 2001 From: Sergey Date: Wed, 10 Apr 2024 10:33:49 -0600 Subject: [PATCH] bug template update --- .github/ISSUE_TEMPLATE/bug.yml | 18 +++++++++--------- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1749806..3573ba1 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,5 +1,5 @@ -name: 🐛 Openparse Bug -description: Report a bug or unexpected behavior in Openparse +name: 🐛 Bug +description: Report a bug or unexpected behavior in open-parse labels: [bug, pending] body: @@ -46,15 +46,15 @@ body: id: version attributes: label: Python, OpenParse & OS Version - description: | - Which version of Python & openparse are you using, and which Operating System? + description: | + Which version of Python & open-parse are you using, and which Operating System? - Please run the following command and copy the output below: + Please run the following command and copy the output below: - ```bash - python -c "import openparse.version; print(openparse.version.version_info())" - ``` + # ```bash + # python -c "import openparse.version; print(openparse.version.version_info())" + # ``` - render: Text + render: Text validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8bbafd2..a0149e8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: true contact_links: - name: 🤔 Ask a Question url: "https://github.com/Filimoa/open-parse/discussions/new?category=question" - about: Ask a question about how to use openparse using github discussions + about: Ask a question about how to use open-parse using github discussions diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d74be36..f98c39b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: 🚀 Open-Parse Feature request +name: 🚀 Feature request description: "Suggest a new feature for open-parse" labels: [feature request]