Skip to content

Commit

Permalink
chore: try to improve the new addition template
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Nov 27, 2023
1 parent 8d1b5a4 commit 1b7c2f6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/request-an-addition-to-the-list.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Request an addition to the list
description: Suggest an item to be added to this awesome list
title: "[NEW] "
title: "[ADD] "
labels: ['addition']
body:
- type: markdown
Expand All @@ -10,34 +10,34 @@ body:
- type: textarea
attributes:
label: Provide a URL for the new item
label: What is the URL of the item?
description: Place link here.
placeholder: |
placeholder: |
https://github.com/ai4lam/awesome-ai4lam
validations:
required: true

- type: textarea
attributes:
label: Describe the new item as concisely as possible
description: The item will be linked and a description will be added next to it. Please write a suitable description to be used for that purpose. Note that conciseness is important. (Please take a look at the awesome-ai4lam list to get an idea of what is being sought here.)
label: How should the item be described?
description: The item will be linked, and a description will be added next to it. Please write a suitable description to be used for that purpose. Note that conciseness is important. Please take a look at the existing awesome-ai4lam list to get an idea of what is intended here.
validations:
required: true

- type: textarea
attributes:
label: Name the section where the item should be added
description: Pick an existing section or subsection, or propose a new section.
label: What section does it belong in?
description: Pick an existing section or subsection, or propose a new section title.
validations:
required: true

- type: checkboxes
attributes:
label: Issue Checklist
description: Put an x in the boxes once you've completed each step. You can also fill these out after creating the issue. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before responding to the issue.
label: Checklist
description: Put an x in the boxes once you've completed each step. You can also fill these out after creating the issue. This is simply a reminder of what we are going to look for before responding to the issue.
options:
- label: I have checked that the item does not already exist in the list
- label: I have provided a concise description of the addition
- label: I have verified that the item does not already exist in the list
- label: I have explained where I think the addition belongs in the awesome list
- label: I have provided a concise description of the addition
validations:
required: true

0 comments on commit 1b7c2f6

Please sign in to comment.