Skip to content

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Sep 11, 2024
0 parents commit 2f1d10c
Show file tree
Hide file tree
Showing 21 changed files with 2,129 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: SpeedyApply Support
url: https://www.speedyapply.com/contact
about: Reach out with feedback or suggestions here.
77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
name: New Position
description: Add a new grad or intern job position.
title: "New Position"
labels: ["new"]
body:
- type: markdown
attributes:
value: |
## New AI Position Form
To contribute to the job lists, fill out the form below. We **ONLY** accept AI & Data Science related roles for internships or new college graduates.
We appreciate your contribution.
- type: input
id: job_title
attributes:
label: Position Title
placeholder: e.g. New Grad Software Engineer
validations:
required: true
- type: input
id: job_url
attributes:
label: Position Application Link
placeholder: e.g. https://company.com/posting
validations:
required: true
- type: input
id: company_name
attributes:
label: Company Name
placeholder: e.g. Amazon
validations:
required: true
- type: input
id: company_url
attributes:
label: Company Link
placeholder: e.g. https://amazon.com
validations:
required: true
- type: input
id: location
attributes:
label: Location
placeholder: e.g. San Franciso, CA
validations:
required: true
- type: dropdown
id: job_type
attributes:
label: Is this a new grad position or an internship?
multiple: false
options:
- New Grad
- Internship
validations:
required: true
- type: dropdown
id: usa
attributes:
label: Is this position based in the USA?
multiple: false
options:
- No, it's international.
- Yes, it's based in the USA.
validations:
required: true
- type: input
id: github
attributes:
label: Your GitHub Email
description: |
(Optional) Include your GitHub email here if you would like the credit for this contribution when the job is added to our lists.
placeholder: e.g. [email protected]
validations:
required: false
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Repo Issue or Suggestion
description: Tell us about an issue or feature request.
title: "Other Issue"
body:
- type: markdown
attributes:
value: |
Tell us about an issue or feature request.
We appreciate your input.
- type: textarea
attributes:
label: Issue or Feature Request
validations:
required: true
87 changes: 87 additions & 0 deletions .github/ISSUE_TEMPLATE/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
name: Update Position
description: Update a new grad or intern job position.
title: "Update Position"
labels: ["update"]
body:
- type: markdown
attributes:
value: |
## Update AI Position Form
Copy and paste the posting/application link from the position you would like to update, so we know which position to edit. **ONLY** fill out the fields that you would to update for this position and leave the rest blank.
We appreciate your contribution.
- type: input
id: job_url
attributes:
label: Position Application Link
placeholder: e.g. https://company.com/posting
validations:
required: true
- type: input
id: job_title
attributes:
label: Position Title
placeholder: e.g. New Grad Machine Learning Engineer
validations:
required: false
- type: input
id: company_name
attributes:
label: Company Name
placeholder: e.g. Amazon
validations:
required: false
- type: input
id: company_url
attributes:
label: Company Link
placeholder: e.g. https://amazon.com
validations:
required: false
- type: input
id: location
attributes:
label: Location
placeholder: e.g. San Franciso, CA
validations:
required: false
- type: dropdown
id: job_type
attributes:
label: Is this a new grad position or an internship?
multiple: false
options:
- New Grad
- Internship
validations:
required: false
- type: dropdown
id: usa
attributes:
label: Is this position based in the USA?
multiple: false
options:
- No, it's international.
- Yes, it's based in the USA.
validations:
required: false
- type: dropdown
id: status
attributes:
label: Is this position accepting applications?
multiple: false
options:
- No, it's closed.
- Yes, it's available.
validations:
required: false
- type: input
id: github
attributes:
label: Your GitHub Email
description: |
Include your GitHub email here if you would like the credit for this contribution when this job is updated.
placeholder: e.g. [email protected]
validations:
required: false
3 changes: 3 additions & 0 deletions .github/scripts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/node_modules
/build
.env
Loading

0 comments on commit 2f1d10c

Please sign in to comment.