-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add template for the internship projects ideas (#75)
- Loading branch information
Showing
3 changed files
with
61 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
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,55 @@ | ||
``` | ||
Instructions: | ||
* Remove HTML Comments: Please delete all content found within HTML | ||
comment tags, denoted by <!-- and --> (in the source code of this file). | ||
* Replace Placeholders: Look for text enclosed in square brackets [ and ]. | ||
Replace this placeholder text with relevant information. | ||
* Remove Square Brackets: After replacing the placeholders, ensure to remove | ||
the square brackets [ and ] themselves. | ||
* Add Additional Content: If you have more Project Ideas to include, please | ||
add them at the end of the document. Follow the provided template format for | ||
consistency. | ||
``` | ||
|
||
## Project Idea 1: [Project Idea 1 Title] | ||
|
||
### Abstract | ||
|
||
[Short summary or abstract of Project Idea 1] | ||
|
||
### License | ||
|
||
[Project License Name]: [Link to the project license] | ||
|
||
### Code of Conduct | ||
|
||
[Link to the Code of Conduct] | ||
|
||
### Current State | ||
|
||
[Current status or progress of Project Idea 1] | ||
|
||
### Tasks | ||
|
||
[List of specific tasks for Project Idea 1] | ||
|
||
### Expected Outcomes | ||
|
||
[Desired results or achievements for Project Idea 1] | ||
|
||
### Details | ||
|
||
- Prerequisites: | ||
- [List prerequisites here] | ||
- Expected Time: [#] hours (note: minimum 240 hours) | ||
- Potential Mentor(s): [Mentor 1, Mentor 2, ...] | ||
<!-- names of all potential mentors, separated by commas --> | ||
|
||
### References | ||
|
||
[Include any relevant links or resources for this project idea] | ||
|
||
--- | ||
|
||
<!-- Add more project ideas below using the same template as above --> |
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 |
---|---|---|
|
@@ -1752,3 +1752,8 @@ a.link { | |
a.page-number.active { | ||
background: #0ca5de!important; | ||
} | ||
|
||
|
||
.highlight *{ | ||
color: white!important; | ||
} |