Skip to content

Commit

Permalink
chore: update .github issue templates (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Feb 16, 2022
1 parent f6b6398 commit 7617eca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
name: Bug report
about: An issue with rust polars or python polars
about: An issue with rust polars, python polars or nodejs polars
title: ''
labels: ''
assignees: ''
---

#### Are you using Python or Rust?
#### What language are you using?

Replace this text with the **Rust** or **Python**.
Replace this text with the **Rust**, **Python**, or **Node.js**.

#### Which feature gates did you use?

This can be ignored by Python users.
This can be ignored by Python & JS users.

#### What version of polars are you using?

Expand All @@ -22,6 +22,9 @@ Replace this text with the version.

Replace this text with your operating system and version.

#### What language version are you using
ex: python 3.8, node 16, etc..

#### Describe your bug.

Give a high level description of the bug.
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Please use [stackoverflow](https://stackoverflow.com/) and one of the following

* [python-polars](https://stackoverflow.com/questions/tagged/python-polars)
* [rust-polars](https://stackoverflow.com/questions/tagged/rust-polars)
* [nodejs-polars](https://stackoverflow.com/questions/tagged/nodejs-polars)

This allows us to create high quality answers that remain updated and will save us from
answering the same questions over and over again.
Expand Down

0 comments on commit 7617eca

Please sign in to comment.