Skip to content

Commit

Permalink
Add templates
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 20, 2025
1 parent 625b6d2 commit 08d283b
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Bug report
description: Report an error or unexpected behavior
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
**Please review [our guide on interacting with the issue tracker](https://github.com/astral-sh/uv/issues/9452) before opening a new issue.**
- type: textarea
attributes:
label: Summary
description: |
A clear and concise description of the bug, including [a minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
If we cannot reproduce the bug, it is unlikely that we will be able to help you.
validations:
required: true

- type: input
attributes:
label: Platform
description: What operating system and architecture are you using?
placeholder: e.g., macOS 14 arm64, Windows 11 x86_64, Ubuntu 20.04 amd64, ...
validations:
required: true

- type: input
attributes:
label: Version
description: What version of uv are you using?
placeholder: e.g., uv 0.5.20 (1c17662b3 2025-01-15)
validations:
required: true

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Feature request
description: Suggest a new feature or improvement
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
**Please review our [issue tracker guide](https://github.com/astral-sh/uv/issues/9452) before opening a new issue.**
- type: textarea
attributes:
label: Summary
description: |
A clear and concise description of what new feature or behavior you would like to see. If applicable, please describe the current behavior as well.
validations:
required: true

- type: textarea
attributes:
label: Example
description: Provide an example of how the user experience would change or how the new feature would be used.
validations:
required: false
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/3_question.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Question
description: Ask a question about uv
labels: ["question"]
body:
- type: markdown
attributes:
value: |
**Please review our [issue tracker guide](https://github.com/astral-sh/uv/issues/9452) before opening a new issue.**
- type: textarea
attributes:
label: Question
description: Describe your question in detail.
validations:
required: true

- type: input
attributes:
label: Platform
description: What operating system and architecture are you using?
placeholder: e.g., macOS 14 arm64, Windows 11 x86_64, Ubuntu 20.04 amd64, ...
validations:
required: false

- type: input
attributes:
label: Version
description: What version of uv are you using?
placeholder: e.g., uv 0.5.20 (1c17662b3 2025-01-15)
validations:
required: false
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Read the documentation
url: https://docs.astral.sh/uv
about: Please consult the documentation before creating an issue.
- name: Join the community
url: https://discord.com/invite/astral-sh
about: Join our Discord community to ask questions and collaborate.

0 comments on commit 08d283b

Please sign in to comment.