Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 604 Bytes

PROJECT_IDEA_TEMPLATE.md

File metadata and controls

22 lines (17 loc) · 604 Bytes

Template

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

- Description:
- Expected Outcome:
- Recommended Skills:
- Mentor(s):
- 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.
  • Recommended Skills: golang
  • Mentor(s): Krasi Georgiev (@krasi-georgiev)
  • Issue: prometheus/prometheus#3416