Guru107 commented on a change in pull request #1029: [HUDI-348] Add Issue template for the project URL: https://github.com/apache/incubator-hudi/pull/1029#discussion_r348983881
########## File path: .github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md ########## @@ -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 [email protected]. + +- 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? : Review comment: Or make it like Storage above, `Running or Docker? (yes/no) :` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
