diff --git a/.github/labels.yml b/.github/labels.yml index d2b5a48..ee2155d 100755 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -13,7 +13,7 @@ description: "Enhancement of the code, not introducing new features." - name: "refactor" color: 1d76db - description: "Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features." + description: "Updating the code with simpler or more efficient syntax or methods. Not introducing new features." - name: "performance" color: 1d76db description: "Improving performance of the project, not introducing new features."