Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More on issue forms #42

Merged
merged 2 commits into from
Feb 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions .github/ISSUE_TEMPLATE/edit-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 📝 Edit Request
description: Submit a request to edit a pocket reference
title: "[EDIT REQUEST]"
labels: ["edit"]
title: "[EDIT REQUEST] <insert-pocket-ref-name>"
labels:
- edit
projects: ["VectorInstitute/7"]

body:
Expand All @@ -14,8 +15,8 @@ body:
- type: dropdown
id: reference-book
attributes:
label: Reference Area
description: Select the area of AI to which this Pocket Reference belongs
label: Book
description: Select the book to which this Pocket Reference belongs
options:
- AI Fundamentals
- Natural Language Processing (NLP)
Expand All @@ -26,15 +27,6 @@ body:
validations:
required: true

- type: input
id: reference-name
attributes:
label: Pocket Reference Name
description: Specify which AI pocket reference needs editing
placeholder: e.g., Attention, LoRA
validations:
required: true

- type: textarea
id: current-content
attributes:
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/new-pocket-reference-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 🆕 New Pocket Reference Request
description: Request a new pocket reference
title: "[NEW REQUEST]"
labels: ["new"]
title: "[NEW REQUEST] <insert-new-pocket-ref-name>"
labels:
- new
projects: ["VectorInstitute/7"]

body:
Expand Down