Skip to content

Commit

Permalink
Task/project traceability (#95)
Browse files Browse the repository at this point in the history
* PR Template

* Updates

* Updated assignees

* Project link
  • Loading branch information
Forsyth-Creations authored Sep 11, 2023
1 parent 97e1c8c commit 65b4925
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
69 changes: 69 additions & 0 deletions .github/ISSUE_TEMPLATE/new_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: Start a New Project
description: Start a New Project
title: "[new-project]: "
labels: ["new-project"]
assignees:
- Forsyth-Creations
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this print request!
- type: input
id: name
attributes:
label: Name
description: Please provide your name(s) below
placeholder: ex. John Snow, Daenerys Targaryen, etc.
validations:
required: true
- type: input
id: contact
attributes:
label: Contact Details
description: Please provide your email(s) below
placeholder: ex. [email protected]
validations:
required: true
- type: input
id: project_url
attributes:
label: Project Link
description: Please provide the link to your Github project below. If you don't have one, please leave this blank or saw "N/A"
placeholder: ex. https://github.com/epritchard13/FPGA-DAW
validations:
required: false
- type: textarea
id: general-comments
attributes:
label: About Your Print
description: Tell us about your print (Dimensions). Also attach your file by dropping it into this text body (STL or 3mf are expectd in a compressed ZIP file)
placeholder: Please provide them in mm of length, width, and height
validations:
required: true
- type: dropdown
id: major
attributes:
label: What is your major?
description: What is your major?
options:
- GE (General Engineering)
- EE (Electrical Engineering)
- CPE (Computer Engineering)
- ECE (double major in both Electrical and Computer Engineering)
- Other (Note we will follow up with you to get more information)
validations:
required: true
- type: dropdown
id: howLong
attributes:
label: How Long?
description: How long do you anticipate this project taking?
options:
- 1 Semester
- 2 Semesters
- 3 Semesters
- 4 Semesters
- Unknown
validations:
required: true
2 changes: 1 addition & 1 deletion markdowns/new_members.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This process is now simpler than ever! Follow the steps below to get started:

3. Include the link to the forked repo in this form:

<a class="btn" href="https://forms.gle/XZtVwm5prgZkJmnF6" >Sign up for the Amp Lab</a>
<a class="btn" href="https://github.com/Amp-Lab-at-VT/website/issues/new/choose" >Join the Amp Lab: Submit your project for review!</a>

4. Wait for AMP lab staff to reach out to you about your project!

Expand Down

0 comments on commit 65b4925

Please sign in to comment.