-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2f1d10c
Showing
21 changed files
with
2,129 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/node_modules | ||
/build | ||
.env |
Oops, something went wrong.