Skip to content

Commit c89cb13

Browse files
committed
Made all the changes as per the review
1 parent 2e48778 commit c89cb13

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/contributing/triaging.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ When labeling an issue, choose the label(s) that best describes the issue. Using
1010
### Issue Types
1111

1212
- **type: bug**: Use for issues that identify bugs causing incorrect or unexpected behavior.
13-
- **type: duplicate**: ...
14-
- **type: enhancement**: ...
1513
- **type: duplicate**: Use this label for issues that are duplicates of existing ones.
16-
- **type: will not do**: ...
14+
- **type: enhancement**: Use this label for requests for new features or improvements to existing functionalities.
15+
- **type: will not do**: Use this label for issues that won’t be addressed or fixed.
1716

1817
### Impact labels
1918

@@ -46,10 +45,10 @@ https://github.com/username/repository/labels/label-name
4645

4746
### Example
4847

49-
For example, to link to the "hackathon" label in the nsidc/earthaccess repository, you would use the following syntax:
48+
For example, to link to the "good first issue" label in the nsidc/earthaccess repository, you would use the URL:
5049

5150
```
52-
[hackathon](https://github.com/nsidc/earthaccess/labels/hackathon)
51+
https://github.com/nsidc/earthaccess/labels/good%20first%20issue
5352
```
5453

5554

0 commit comments

Comments
 (0)