Skip to content

Commit

Permalink
Merge pull request #270 from praw-dev/update_issue_template
Browse files Browse the repository at this point in the history
Update bug report template
  • Loading branch information
LilSpazJoekp committed Nov 26, 2023
2 parents b3b686b + b388c27 commit 329889e
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -20,18 +20,19 @@ body:
code example here, without the Reddit() initialization, to not leak private credentials.
This will be automatically formatted into code, so no need for backticks.
label: Code to reproduce the bug
placeholder: "# Insert code here"
placeholder: Insert code here...
render: Python
type: textarea
validations:
required: true
- id: credential-check
attributes:
label: |
description: |
The `Reddit()` initialization in my code example does not include the following parameters to prevent credential leakage:
`client_secret`, `password`, or `refresh_token`.
label: My code does not include sensitive credentials
options:
- label: "Yes"
- label: "Yes, I have removed sensitive credentials from my code."
required: true
type: checkboxes
- id: logs
Expand All @@ -46,51 +47,44 @@ body:
required: true
- id: previously-worked
attributes:
label: This code has previously worked as intended.
label: This code has previously worked as intended
multiple: false
options:
- "Not sure, I haven't used this code before."
- "I'm not sure, I haven't used this code before."
- "Yes"
- "No"
type: dropdown
validations:
required: true
- id: environment
attributes:
description: What operating system, version, and environment are you working with.
description: What operating system, version, and/or environment are you working with?
label: Operating System/Environment
placeholder: "Example: macOS Ventura 13.0.0"
placeholder: "Example: macOS Sonoma 14.1.1"
type: input
validations:
required: true
- id: python-version
attributes:
description: |
What implementation and version of Python are you working with.
What implementation and version of Python are you working with?
CPython is assumed unless indicated otherwise.
label: Python Version
placeholder: "Example: 3.11.1"
placeholder: "Example: 3.12.0"
type: input
validations:
required: true
- id: asyncpraw-version
attributes:
description: What version of Async PRAW. Obtain this by running `pip show asyncpraw`.
description: What version of `asyncpraw` are you encountering this issue with? Obtain this by running `pip show asyncpraw`.
label: Async PRAW Version
type: input
validations:
required: true
- id: asyncprawcore-version
attributes:
description: What version of Asyncprawcore. Obtain this by running `pip show asyncprawcore`.
label: Asyncprawcore Version
type: input
validations:
required: true
- id: anything-else
attributes:
description: Links or references? Anything that will give us more context about the issue you are encountering!
label: Anything else?
description: Anything that will give us more context about the issue you are encountering!
label: Links, references, and/or additional comments?
type: textarea
description: File a bug report
labels: [ "bug", "unverified" ]
Expand Down

0 comments on commit 329889e

Please sign in to comment.