| Kind Label | -Description | -
|---|---|
| kind/bug | -- These issues contain bugs. The cause may or may not be known - at triage time so debugging should be taken account into the - time estimate. - | -
| kind/docs | -- These issues contain documentation, man pages, articles, - blogs, or other significant word-driven task. - | -
| kind/enhancement | -- These issues contain enhancements that are not bugs or new - features but can improve usability or performance of - a project component. - | -
| kind/feature | -- These issues contain new features, functionality, and - elements that the project does not currently support. - | -
| kind/question | -- These issues contain a user or contributor question that - requires a response. - | -
| Exp Label | -Description | -
|---|---|
| exp/beginner | -- You are new to Docker and Golang and want to start - contributing to the project. These issues are for beginners who - want to learn the basics. We encourage new contributors to start - with exp/beginner issues. - | -
| exp/intermediate | -- You understand the core concepts of Docker and are - comfortable with Golang. These issues are for intermediates who - want to dive deeper into the project. - | -
| exp/expert | -- You are proficient with Docker and Golang and are actively - involved in the community. These issues are for experts who - understand the rationale behind design decisions and where the - project is headed. - | -
| File type | -How to format | -
|---|---|
.go |
-
-
- Format
- Most file editors have a plugin to format for you. Check your editor's - documentation. - - |
-
.md and non-.go files |
- Wrap lines to 80 characters. | -