Skip to content

Commit

Permalink
feat: add template for discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan committed Jun 27, 2024
1 parent 371bb27 commit ce80a7e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
37 changes: 37 additions & 0 deletions .github/DISCUSSION_TEMPLATE/questions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
labels: [question]
body:

- type: textarea
id: example
attributes:
label: Example Code
description: |
Please add a self-contained, [minimal, reproducible, example](https://stackoverflow.com/help/minimal-reproducible-example) with your use case.
render: python
validations:
required: true

- type: textarea
id: description
attributes:
label: Description
description: |
What is the problem or question?
Write a short description telling me what you are trying to do, and the expected outcomes.
placeholder: |
* I have a dataframe with columns a, b, and c (as shown in code above).
* I want to create a tree that does X, Y, and Z.
* I want to export the tree out in the format <format>.
validations:
required: true

- type: textarea
id: context
attributes:
label: Additional Context
description: Add any additional context information or screenshots you think are useful.
placeholder: |
* Platform: [Windows / MacOS / Ubuntu]
* Python version:
* `bigtree` version:
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added:
- Docs: Add description and credits to playground
- Docs: Add description and credits to playground.
- Misc: Add template for asking question in Discussions.
### Changed:
- Docs: Homepage to include links to playground, modify emoji location.
- Docs: Playground modify code and code snippet layout.
Expand Down

0 comments on commit ce80a7e

Please sign in to comment.