Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 584 Bytes

PROJECT_IDEA_TEMPLATE.md

File metadata and controls

21 lines (16 loc) · 584 Bytes

Template

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

-	Description:
-	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