Skip to content

Commit

Permalink
Add labels section to contributing (lambdaclass#1620)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Fontana <[email protected]>
  • Loading branch information
fmoletta and pefontana authored Feb 20, 2024
1 parent 9fb1b83 commit beede16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: pipelines,coverage,documentation
skipLabels: pipelines,tests,documentation
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/lambda
- `merge`
- `wip`

### Labels

We recommend using the corresponding labels for each PR's purpose, the most commonly used labels include:

- `documentation`: Improvements or additions to documentation
- `tests`: Implementation of tests
- `pipelines`: Improving CI/CD workflows
- `enhancement`: Implementation of new features
- `performance`: Performance-related improvements

## Attribution
This guide is based on the **contributing.md**. [Make your own](https://contributing.md/)!

0 comments on commit beede16

Please sign in to comment.