From Fedora Project Wiki
Title | Contact(s) | Mentor(s) | Status |
---|---|---|---|
No name given | nobody | nobody | UNASSIGNED |
Description | |||
Template documentation [edit]
- This documentation is transcluded from Template:Summer of Code Idea/doc. It will not be transcluded on pages that use this template.
Provide a easy way to draft summer of code ideas in and organize them in a consistent manner.
Syntax
You'll want to use this template as follows:
{{Summer of Code Idea | Title of the idea | Status of idea, acceptable values are IDEA, PROPOSED, ACCEPTED (defaults to IDEA) | ''(optional)'' Who to contact for more information | ''(optional)'' Who has agreed to mentor this project | Skills required in order to complete this project | Short description of the project (typically 2 -3 paragraphs) }}
Examples
{{Summer of Code Idea}}
returns
Title | Contact(s) | Mentor(s) | Status |
---|---|---|---|
No name given | nobody | nobody | UNASSIGNED |
Description | |||
{{Summer of Code Idea|Cool wizbang new idea|ASSIGNED|pfrields|quaid|Docbook and XML}}
returns
Title | Contact(s) | Mentor(s) | Status |
---|---|---|---|
Cool wizbang new idea | ASSIGNED | pfrields | quaid |
Description | |||
Docbook and XML |
{{Summer of Code Idea|Another hot idea|PROPOSED|jkeating|spot|python, mysql|Here are more details
and history of the idea.}}
returns
Title | Contact(s) | Mentor(s) | Status |
---|---|---|---|
Another hot idea | PROPOSED | jkeating | spot |
Description | |||
python, mysql |