Repo Label Standardization #1439
Locked
zeylahellyer
started this conversation in
Development & RFCs
Replies: 2 comments
-
There are a few things that I would like cleared up in our spec:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I have also deprecated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#1432 inspired me to take a look at our labels and standardize them. Here's what I've done:
t-github-actions
tot-ci
t-feature
tot-feat
t-release
tom-release
; likem-breaking-change
in that it is related to the project but does not have final inherent meaning or purposet-enhancement
; this label should not be used anymore. Previous instances should be relabeled ast-refactor
,t-perf
,t-feat
, or other appropriate labels so we can remove it. It's now namedt-enhancement-DEPRECATED
with a scary red backgroundt-perf
for PRs with the intent of improving performancet-test
for PRs with the sole intent of adding or refactoring testsNow that we don't have
t-enhancement
anymore it will be easier for us to determine whether something is a new feature, thus requiring a new minor version.Labels are now based on conventional commit types, and more specifically the Angular convention. Therefore, commits should also follow this standard.
Beta Was this translation helpful? Give feedback.
All reactions