forked from astral-sh/uv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Bug report | ||
description: Report an error or unexpected behavior | ||
labels: ["bug"] | ||
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 the bug, ideally including [a minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Platform | ||
description: What operating system and architecture are you using? Please include your uv version if not present above. | ||
placeholder: e.g., macOS arm64, uv 0.5.3 | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thank you for taking the time to submit a bug report! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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 | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thank you for taking the time to help us improve uv! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |