Skip to content

Commit

Permalink
Merge pull request #2 from marimo-team/aka/issue-template
Browse files Browse the repository at this point in the history
Issue template: example request
  • Loading branch information
akshayka authored Jan 14, 2025
2 parents 080734a + 08dfafd commit 7d437c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/example_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/github-issue-forms.json
name: '🚀 Example request'
description: Request a new example
type: Example
body:
- type: markdown
attributes:
value: |
Let us know what example you'd like to see added!
- type: textarea
id: example-description
attributes:
label: Description
description: 'Description of the example to add. Please make the reason and usecases as detailed as possible. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
placeholder: I would like an example notebook on ...
validations:
required: true

0 comments on commit 7d437c4

Please sign in to comment.