[HUDI-348] Add Issue template for the project (#1029)
This commit is contained in:
committed by
vinoth chandar
parent
1e14390719
commit
17eaf41c54
56
.github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md
vendored
Normal file
56
.github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
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? (yes/no) :
|
||||
|
||||
|
||||
**Additional context**
|
||||
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Stacktrace**
|
||||
|
||||
```Add the stacktrace of the error.```
|
||||
|
||||
Reference in New Issue
Block a user