From a34d8a62802063ae919fe6fe8b9eccb15e86c8d1 Mon Sep 17 00:00:00 2001 From: Guru107 Date: Tue, 19 Nov 2019 23:55:05 +0530 Subject: [PATCH 1/3] [HUDI-348] Issue template for the project --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ 2 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000000..84e9bbe79a6fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. +2. +3. +4. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Hudi Version** +Hudi version that you are using. + +**Additional context** +Add any other context about the problem here. + +**Stacktrace** +Add the stacktrace of the error. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000000..fdda43914da53 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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: Reporting bugs on jira helps us better track the issue, but it is not manditory as of now. + From 2f6cd86c11da865ecf10989bcbf3f49c24f2d80b Mon Sep 17 00:00:00 2001 From: Guru107 Date: Thu, 21 Nov 2019 14:15:28 +0530 Subject: [PATCH 2/3] [HUDI-348] Update issue template based on suggestions --- .github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md | 53 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 30 ------------- .github/ISSUE_TEMPLATE/config.yml | 4 +- 3 files changed, 55 insertions(+), 32 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md b/.github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md new file mode 100644 index 0000000000000..fd9d0e493bf97 --- /dev/null +++ b/.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 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? : + + +**Additional context** + +Add any other context about the problem here. + +**Stacktrace** + +```Add the stacktrace of the error.``` + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 84e9bbe79a6fb..0000000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. -2. -3. -4. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Hudi Version** -Hudi version that you are using. - -**Additional context** -Add any other context about the problem here. - -**Stacktrace** -Add the stacktrace of the error. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fdda43914da53..f0cbb38a00810 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ + blank_issues_enabled: false contact_links: - name: FAQ @@ -5,5 +6,4 @@ contact_links: about: Do checkout frequently asked questions before filing an issue. - name: Hudi Issue Tracker url: https://issues.apache.org/jira/projects/HUDI - about: Reporting bugs on jira helps us better track the issue, but it is not manditory as of now. - + about: If you have triaged this as a bug, then file an issue directly. From ba132da5baf7b43f5359e17ed1f70f6c66dd6590 Mon Sep 17 00:00:00 2001 From: Guru107 Date: Thu, 21 Nov 2019 15:28:01 +0530 Subject: [PATCH 3/3] [HUDI-348] Convert env description to list and add hint --- .github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md b/.github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md index fd9d0e493bf97..adf7273993558 100644 --- a/.github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/SUPPORT_REQUEST.md @@ -15,9 +15,11 @@ labels: question - 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. @@ -26,21 +28,22 @@ Steps to reproduce the behavior: 4. **Expected behavior** + A clear and concise description of what you expected to happen. **Environment Description** -Hudi version : +* Hudi version : -Spark version : +* Spark version : -Hive version : +* Hive version : -Hadoop version : +* Hadoop version : -Storage(HDFS/S3/GCS..) : +* Storage (HDFS/S3/GCS..) : -Running on Docker? : +* Running on Docker? (yes/no) : **Additional context**