Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

antctl support for cnp and anp #10

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Add kind/task Github label (antrea-io#1419)
For routine maintenance tasks that need to be performed for the project,
e.g. upgrading some software dependency version. I expect most of these
tasks will have to do with infra & test infra.
  • Loading branch information
antoninbas authored Oct 21, 2020
commit 2cf33192ed2108992a50035ddb5ea0033953e98f
1 change: 1 addition & 0 deletions docs/contributors/github-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ https://github.com/kubernetes/test-infra/blob/master/label_sync/labels.md.
| kind/failing-test | Categorizes issue or PR as related to a consistently or frequently failing test | Any |
| kind/feature | Categorizes issue or PR as related to a new feature. | Any |
| kind/support | Categorizes issue or PR as related to a support question. | Any |
| kind/task | Categorizes issue or PR as related to a routine task that needs to be performed. | Any |
| lifecycle/active | Indicates that an issue or PR is actively being worked on by a contributor. | Any |
| lifecycle/frozen | Indicates that an issue or PR should not be auto-closed due to staleness. | Any |
| lifecycle/stale | Denotes an issue or PR has remained open with no activity and has become stale. | Any |
Expand Down
13 changes: 13 additions & 0 deletions docs/contributors/issue-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ managed as introduced in [CONTRIBUTING.md](/CONTRIBUTING.md). Please read
- [Cleanup](#cleanup)
- [Feature](#feature)
- [Deprecation](#deprecation)
- [Task](#task)
- [Design](#design)
- [Documentation](#documentation)
- [Failing Test](#failing-test)
Expand Down Expand Up @@ -239,6 +240,18 @@ To create a deprecation issue or PR:
* discuss time-to-live for the feature and when deprecation will take place
* discuss any impacts to existing APIs

#### Task

A `kind/task` label categorizes an issue or PR as related to a "routine"
maintenance task for the project, e.g. upgrading a software dependency or
enabling a new CI job.

To create a task issue or PR:

* label your issue or PR with `kind/task`
* describe your task in the issue or PR body, being sure to include the reason
for the task and the possible impacts of the change

#### Design

A `kind/design` label categorizes issue or PR as related to design.
Expand Down