Skip to content

Commit 2f27cd8

Browse files
authored
Require a 'feature' label
1 parent d213a79 commit 2f27cd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status (Travis)](https://travis-ci.org/Microsoft/vscode-python.svg?branch=master)](https://travis-ci.org/Microsoft/vscode-python) [![Build status (AppVeyor)](https://ci.appveyor.com/api/projects/status/s0pt8d79gqw222j7?svg=true)](https://ci.appveyor.com/project/DonJayamanne/vscode-python-v3vd6) [![codecov](https://codecov.io/gh/Microsoft/vscode-python/branch/master/graph/badge.svg)](https://codecov.io/gh/Microsoft/vscode-python)
44

55
# Contributing to Microsoft Python Analysis Engine
6-
[![Contributing to Python Analysis Engine](https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING - PYTHON_ANALYSIS.md)]
6+
[Contributing to Python Analysis Engine](https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING - PYTHON_ANALYSIS.md)
77

88
## Contributing a pull request
99

@@ -118,11 +118,11 @@ When an
118118
it is triaged to contain at least two types of labels:
119119

120120
1. `needs`
121+
1. `feature`
121122
1. `type`
122123

123-
These labels cover what is blocking the issue from closing and what kind of
124-
issue it is. We also add a `feature` label when appropriate for what the issue
125-
relates to.
124+
These labels cover what is blocking the issue from closing, what is affected by
125+
the issue, and what kind of issue it is.
126126

127127
#### Closed issues
128128

0 commit comments

Comments
 (0)