feat: Update Curated Notes
This commit is contained in:
parent
a32a8bd075
commit
c0b962a476
7 changed files with 87 additions and 121 deletions
24
.github/ISSUE_TEMPLATE/NoteDocString.yml
vendored
Normal file
24
.github/ISSUE_TEMPLATE/NoteDocString.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
name: Note doc string
|
||||
description: Improvements to docstrings from curated notes
|
||||
title: "[doc-string]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to suggest an improvement!
|
||||
- type: input
|
||||
id: name
|
||||
attributes:
|
||||
label: Name of result
|
||||
description: What is the name of the result you are suggesting an improvement for?
|
||||
placeholder:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: improvement
|
||||
attributes:
|
||||
label: Improvement
|
||||
description: What is the improvement you are suggesting?
|
||||
placeholder:
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue