|
| 1 | +--- |
| 2 | +title: "Intern Project Proposal Template" |
| 3 | +description: "Intern Project Proposal Template" |
| 4 | +date: "2024-01-09" |
| 5 | +authors: ["OSL Team"] |
| 6 | +template: single-sidebar.html |
| 7 | +--- |
| 8 | + |
| 9 | +``` |
| 10 | +Instructions: |
| 11 | +
|
| 12 | +* Remove HTML Comments: Please delete all content found within HTML |
| 13 | + comment tags, denoted by <!-- and --> (in the source code of this file). |
| 14 | +* Replace Placeholders: Look for text enclosed in square brackets [ and ]. |
| 15 | + Replace this placeholder text with relevant information. |
| 16 | +* Remove Square Brackets: After replacing the placeholders, ensure to remove |
| 17 | + the square brackets [ and ] themselves. |
| 18 | +``` |
| 19 | + |
| 20 | +``` |
| 21 | +# [Project Proposal Name] |
| 22 | +
|
| 23 | +## Candidate Info |
| 24 | +
|
| 25 | +- **Name:** [Candidate's Name] |
| 26 | +- **GitHub:** [Candidate's GitHub URL] |
| 27 | +- **Email:** [Candidate's Email] |
| 28 | +- **Twitter/X:** [Candidate's Twitter/X URL] |
| 29 | +- **University Course:** [Current or Last University Course Name] |
| 30 | +- **University:** [Current or Last University Name] |
| 31 | +- **Time Zone:** [Candidate's Current Timezone] |
| 32 | +
|
| 33 | +**Bio:** |
| 34 | +
|
| 35 | +[Provide a one or two-paragraph bio of the candidate.] |
| 36 | +
|
| 37 | +## Project Overview |
| 38 | +
|
| 39 | +- **Project:** [Desired Project Name] |
| 40 | +- **Project Idea/Plan:** [Desired Project Idea] |
| 41 | +- **Expected Time (hours):** [Total Time Dedicated Over 3 Months] |
| 42 | +
|
| 43 | +### Abstract |
| 44 | +
|
| 45 | +[Provide a brief abstract of the project idea/plan.] |
| 46 | +
|
| 47 | +### Mentors |
| 48 | +
|
| 49 | +[List the mentors for this internship project.] |
| 50 | +
|
| 51 | +### Implementation Plan |
| 52 | +
|
| 53 | +[Describe the tasks according to the project plan/idea.] |
| 54 | +
|
| 55 | +### Benefits to the Community |
| 56 | +
|
| 57 | +[Explain how the project will benefit the community or users.] |
| 58 | +
|
| 59 | +## Planned Workflow |
| 60 | +
|
| 61 | +[Detail your planned workflow, including the project management methodology, |
| 62 | +frequency and focus of mentor meetings, progress tracking, and task management |
| 63 | +strategies.] |
| 64 | +
|
| 65 | +## Deliverables |
| 66 | +
|
| 67 | +[List all expected deliverables, such as new features, documentation updates, |
| 68 | +tutorials, and blog posts. Consider writing a blog post for each major feature |
| 69 | +or bug fix.] |
| 70 | +
|
| 71 | +## Timeline |
| 72 | +
|
| 73 | +[Provide a detailed timeline of the internship, including key dates and tasks. |
| 74 | +This should include Community Bonding Period activities, task periods, blog post |
| 75 | +submission dates, and Midterm and Final evaluation schedules.] |
| 76 | +
|
| 77 | +| Dates | Tasks | |
| 78 | +| :---- | :---- | |
| 79 | +| | | |
| 80 | +
|
| 81 | +## Previous Contributions to the Project |
| 82 | +
|
| 83 | +[Summarize your contributions to the project, including the number of merged |
| 84 | +PRs, resolved issues, or types of contributions.] |
| 85 | +
|
| 86 | +### Pull Requests |
| 87 | +
|
| 88 | +[List all contributed PRs with titles, numbers, links, and their status.] |
| 89 | +
|
| 90 | +| Pull Request Title/Number | Status | |
| 91 | +| :------------------------ | :----- | |
| 92 | +| | | |
| 93 | +
|
| 94 | +### Issues |
| 95 | +
|
| 96 | +[List all resolved issues with titles, numbers, links, and their status.] |
| 97 | +
|
| 98 | +| Issue Title/Number | Status | |
| 99 | +| :----------------- | :----- | |
| 100 | +| | | |
| 101 | +
|
| 102 | +## Why This Project? |
| 103 | +
|
| 104 | +[Explain your motivation for choosing this project.] |
| 105 | +
|
| 106 | +## Availability |
| 107 | +
|
| 108 | +[Confirm your availability during the internship, including weekly hours, other |
| 109 | +commitments, and a plan for catching up if behind schedule.] |
| 110 | +
|
| 111 | +## Post-OSL Internship Program |
| 112 | +
|
| 113 | +[Outline any plans for continuing contributions to the project post-internship.] |
| 114 | +``` |
0 commit comments