Skip to content

Commit

Permalink
bug template update
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Apr 10, 2024
1 parent 5091d28 commit 8d8824b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🚀 Open-Parse Feature request
name: 🚀 Feature request
description: "Suggest a new feature for open-parse"
labels: [feature request]

Expand Down

0 comments on commit 8d8824b

Please sign in to comment.