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

Updates eligibility rules #480

Merged
merged 1 commit into from
Jul 23, 2021
Merged
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
3 changes: 2 additions & 1 deletion home/templates/home/snippet/eligibility_rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<li>You are or will be 18 years of age or older by {{ current_round.internstarts }}</li>
<li>You are available for a full-time, 40 hours a week internship from {{ current_round.internstarts }} to {{ current_round.internends }}.</li>
<li>You were not an intern with Outreachy, the Outreach Program for Women, or Google Summer of Code. People who were a Google Summer of Code intern are not eligible for Outreachy. All Google Summer of Code interns are ineligible for Outreachy, including people who did not successfully finish their GSoC internship. If you apply to Outreachy and you are not accepted as an intern, you may apply again.</li>
<li>Applicants who have part-time or contracting jobs are welcome to apply. People who are willing to quit their full-time job are welcome to apply. If you cannot quit your full-time job, you are not eligible for Outreachy. People who are taking a leave of absence from a full-time job are not eligible for Outreachy.</li>
<li>Applicants who have part-time or contracting jobs are welcome to apply. However, part-time jobs must be approved by Outreachy organizers. People who are willing to quit their full-time job are welcome to apply. If you cannot quit your full-time job, you are not eligible for Outreachy. People who are taking a leave of absence from a full-time job are not eligible for Outreachy.</li>
<li>Applicants are required to list their current jobs and internships on their initial application. If an applicant receives a job or internship offer after submitting an initial application, they should notify <a href="https://www.outreachy.org/contact/organizers/">Outreachy organizers</a> immediately. Applicants are required to document any changes from the time commitments listed on their initial application, by filling out the question about time commitment changes in their final applications.</li>
<li>Outreachy is open to both university students and people who are not university students. University students must have {{ current_round.minimum_days_free_for_students }} consecutive days free from school and exams during the internship period. Students must apply to the correct internship round (see rules below).</li>
</ul>

Expand Down