-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-348] Add Issue template for the project #1029
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| name: Support Request | ||
| about: Report an issue faced while using Hudi | ||
| title: '[SUPPORT]' | ||
| labels: question | ||
|
|
||
| --- | ||
|
|
||
| **_Tips before filing an issue_** | ||
|
|
||
| - Have you gone through our [FAQs](https://cwiki.apache.org/confluence/display/HUDI/FAQ)? | ||
|
|
||
| - Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org. | ||
|
|
||
| - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. | ||
|
|
||
| **Describe the problem you faced** | ||
| A clear and concise description of the problem. | ||
|
|
||
| **To Reproduce** | ||
| Steps to reproduce the behavior: | ||
|
|
||
| 1. | ||
| 2. | ||
| 3. | ||
| 4. | ||
|
|
||
| **Expected behavior** | ||
| A clear and concise description of what you expected to happen. | ||
|
|
||
| **Environment Description** | ||
|
|
||
| Hudi version : | ||
|
|
||
| Spark version : | ||
|
|
||
| Hive version : | ||
|
|
||
| Hadoop version : | ||
|
|
||
| Storage(HDFS/S3/GCS..) : | ||
|
|
||
| Running on Docker? : | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we give a hint here, like
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or make it like Storage above,
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. agree |
||
|
|
||
|
|
||
| **Additional context** | ||
|
|
||
| Add any other context about the problem here. | ||
|
|
||
| **Stacktrace** | ||
|
|
||
| ```Add the stacktrace of the error.``` | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
|
|
||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: FAQ | ||
| url: https://cwiki.apache.org/confluence/display/HUDI/FAQ | ||
| about: Do checkout frequently asked questions before filing an issue. | ||
| - name: Hudi Issue Tracker | ||
| url: https://issues.apache.org/jira/projects/HUDI | ||
| about: If you have triaged this as a bug, then file an issue directly. |
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.
Shall we use markdown list grammar for the version of these components?