diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 98f8a277ab..8cfcad50a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a bug report to help us improve the RAPIDS Accelerator JNI for Apache Spark +about: Create a bug report to help us improve the NVIDIA cuDF plugin JNI for Apache Spark title: "[BUG]" labels: "? - Needs Triage, bug" assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4cdde139b2..76463ae639 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for the RAPIDS Accelerator JNI for Apache Spark +about: Suggest an idea for the NVIDIA cuDF plugin JNI for Apache Spark title: "[FEA]" labels: "? - Needs Triage, feature request" assignees: '' @@ -8,7 +8,7 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I wish the RAPIDS Accelerator JNI for Apache Spark would [...] +A clear and concise description of what the problem is. Ex. I wish the NVIDIA cuDF plugin JNI for Apache Spark would [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. diff --git a/.github/ISSUE_TEMPLATE/submit-question.md b/.github/ISSUE_TEMPLATE/submit-question.md index 1402f1d570..13f914cc8b 100644 --- a/.github/ISSUE_TEMPLATE/submit-question.md +++ b/.github/ISSUE_TEMPLATE/submit-question.md @@ -1,6 +1,6 @@ --- name: Submit question -about: Ask a general question about RAPIDS Accelerator JNI for Apache Spark +about: Ask a general question about NVIDIA cuDF plugin JNI for Apache Spark title: "[QST]" labels: "? - Needs Triage, question" assignees: '' diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6669691816..c351d43eb1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@