Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.01 KB

PROJECT_IDEA_TEMPLATE.md

File metadata and controls

27 lines (22 loc) · 1.01 KB

Template

#### CNCF Project Name
##### Title

- Description:
- Expected Outcome:
- Recommended Skills:
- Mentor(s): # It is recommended to have at least 2 mentors, and at least one of them should be the primary mentor. For GSoC, it is **required** to have at least 2 mentors.
  - Jane Doe (@jane-github, [email protected]) - primary
  - John Doe (@john-github, [email protected])
- Upstream Issue (URL):

Sample:

Prometheus

Refactor the APIs for better readability and less maintenance overhead
  • Description: Currently the HTTP API is not very well organized and needs some tidying up. The actual course of action is not decided yet, but go-kit looks like a good fit.
  • Expected Outcome: A refactored HTTP API that is easier to maintain and extend.
  • Recommended Skills: golang
  • Mentor(s):
  • Upstream Issue: prometheus/prometheus#3416