From 65b49250670899477d6e61b00e0874005635130b Mon Sep 17 00:00:00 2001 From: Forsyth Creations Date: Mon, 11 Sep 2023 12:00:05 -0400 Subject: [PATCH] Task/project traceability (#95) * PR Template * Updates * Updated assignees * Project link --- .github/ISSUE_TEMPLATE/new_project.yml | 69 ++++++++++++++++++++++++++ markdowns/new_members.md | 2 +- 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/new_project.yml diff --git a/.github/ISSUE_TEMPLATE/new_project.yml b/.github/ISSUE_TEMPLATE/new_project.yml new file mode 100644 index 0000000..f1e2e4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_project.yml @@ -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@example.com + 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 \ No newline at end of file diff --git a/markdowns/new_members.md b/markdowns/new_members.md index 2e0289b..754ca93 100644 --- a/markdowns/new_members.md +++ b/markdowns/new_members.md @@ -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: - Sign up for the Amp Lab + Join the Amp Lab: Submit your project for review! 4. Wait for AMP lab staff to reach out to you about your project!