-
Notifications
You must be signed in to change notification settings - Fork 118
Introduces a new set of issue/discussion templates #5456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,65 @@ | ||
| labels: ["needs-confirmation"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > [!IMPORTANT] | ||
| > Please check for both existing [Discussions](https://github.com/vortex-data/vortex/discussions) and [Issues](https://github.com/vortex-data/vortex/issues) prior to opening a new Discussion. | ||
| - type: markdown | ||
| attributes: | ||
| value: "# Issue Details" | ||
| - type: textarea | ||
| attributes: | ||
| label: Issue Description | ||
| description: | | ||
| Provide a detailed description of the issue. Include relevant information, such as: | ||
| - Which integration you are using if any, e.g. DataFusion, DuckDB, Polars, etc. | ||
| - Which language you are using, e.g. Python, Rust, Java, etc. | ||
| - The Vortex package version you are using. | ||
| - If this is a regression of an existing issue that was closed or resolved, please include the previous item reference (Discussion, Issue, PR, commit) in your description. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Expected Behavior | ||
| description: | | ||
| Describe how you expect Vortex to behave in this situation. Include any relevant documentation links. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Actual Behavior | ||
| description: | | ||
| Describe how Vortex actually behaves in this situation. If it is not immediately obvious how the actual behavior differs from the expected behavior described above, please be sure to mention the deviation specifically. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Reproduction Steps | ||
| description: | | ||
| Provide a detailed set of step-by-step instructions for reproducing this issue. | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| attributes: | ||
| label: OS Version Information | ||
| description: | | ||
| Please tell us what operating system (name and version) you are using. | ||
| placeholder: Ubuntu 24.04.1 (Noble Numbat) | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| # User Acknowledgements | ||
| > [!TIP] | ||
| > Use these links to review the existing Vortex [Discussions](https://github.com/vortex-data/vortex/discussions) and [Issues](https://github.com/vortex-data/vortex/issues). | ||
| - type: checkboxes | ||
| attributes: | ||
| label: "I acknowledge that:" | ||
| options: | ||
| - label: I have searched the Vortex repository (both open and closed Discussions and Issues) and confirm this is not a duplicate of an existing issue or discussion. | ||
| required: true | ||
| - label: I have checked the "Preview" tab on all text fields to ensure that everything looks right, and have wrapped all configuration and code in code blocks with a group of three backticks (` ``` `) on separate lines. | ||
| required: true |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,5 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Features, Bug Reports, Questions | ||
| url: https://github.com/vortex-data/vortex/discussions/new/choose | ||
| about: Our preferred starting point if you have any questions or suggestions about configuration, features or behavior. |
This file contains hidden or 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,9 @@ | ||
| --- | ||
| name: Pre-Discussed and Approved Topics | ||
| about: |- | ||
| Only for topics already discussed and approved in the GitHub Discussions section. | ||
| --- | ||
|
|
||
| **DO NOT OPEN A NEW ISSUE. PLEASE USE THE DISCUSSIONS SECTION.** | ||
|
|
||
| **I DIDN'T READ THE ABOVE LINE. PLEASE CLOSE THIS ISSUE.** |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot now create issues?