Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Bug report
about: Create a bug report to help us improve
title: "bug: "
labels: "bug"
---

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**

Steps to reproduce the behavior:

1. ...
2. ...
3. ...

**Expected behavior**

<!-- A clear and concise description of what you expected to happen. -->

**System [please complete the following information]:**
Comment thread
SemyonSinchenko marked this conversation as resolved.

- OS: e.g. [Ubuntu 18.04]
- Python Version (if applied): [e.g. Python 3.8]
- Spark / PySpark version: [e.g. PySpark 3.5.1]
- GraphFrames version: [e.g. graphframes-0.9.0]

**Component**

<!-- If you do not know what components is it leave empty -->

- [ ] Scala Core Internal
- [ ] Scala API
- [ ] Spark Connect Plugin
- [ ] PySpark Classic
- [ ] PySpark Connect

**Additional context**

<!-- Add any other context about the problem here. -->

**Are you planning on creating a PR?**

<!-- Check the box below with an `x` if you are planning to create a PR for this. -->

- [ ] I'm willing to make a pull-request
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Feature request
about: Suggest a new feature
title: "feat: "
labels: "enhancement"
---

**Is your feature request related to a problem? Please describe.**

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when ... -->

**Describe the solution you would like**

<!-- A clear and concise description of what you want to happen. -->

**Component**

<!-- If you do not know what components is it leave empty -->

- [ ] Scala Core Internal
- [ ] Scala API
- [ ] Spark Connect Plugin
- [ ] Infrastructure
- [ ] PySpark Classic
- [ ] PySpark Connect

**Additional context**

<!-- Add any other context or screenshots about the feature request here. -->

**Are you planning on creating a PR?**

<!-- Check the box below with an `x` if you are planning to create a PR for this. -->

- [ ] I'm willing to make a pull-request
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: General Question
about: Asking a question
title: "ask: "
labels: "question"
---