Skip to content

Commit

Permalink
chore: Add text editor for file upload to template
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Feb 15, 2023
1 parent 3c258b3 commit 339b6dd
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .github/ISSUE_TEMPLATE/submit_document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit a document to this library. Please complete the details below to have your document included.
**Please ensure you have the author's permission to submit the document to this library to ensure there is no break of copyright!**
Thanks for taking the time to submit a document to this library. Please complete the details below to have your
document included. **Please ensure you have the author's permission to submit the document to this library to
ensure there is no copyright infringement!**
- type: input
id: contact
attributes:
Expand All @@ -19,15 +20,15 @@ body:
validations:
required: false
- type: input
id: filename
id: title
attributes:
label: eBook / PDF Title
description: What is the title of this PDF or eBook?
placeholder: Interaction Design Trends 2023
validations:
required: true
- type: input
id: fileauthor
id: author
attributes:
label: Author
description: Who wrote this item?
Expand Down Expand Up @@ -56,21 +57,30 @@ body:
validations:
required: true
- type: input
id: categoryother
id: other
attributes:
label: Other Category
description: If you selected "Other" please suggest a new name for a category that best describes this document.
placeholder: Ecommerce
validations:
required: false
- type: dropdown
id: author
id: owner
attributes:
label: Are you the Author?
label: Are you the Author or Owner?
description: Please tell us if this is your document.
options:
- Yes, I wrote it
- Yes, this is mine
- No, I found it elsewhere
validations:
required: true
- type: textarea
id: attachment
attributes:
label: Attach your file(s)
description: "You can drag and drop your files into the text editor below to attach them to this submission"
validations:
required: true
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit 339b6dd

Please sign in to comment.