You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes on Pull Request tags, crowd-sourced from twitter.
Q: Is there a standardized list of pull request tags somewhere?
A: It doesn't seem so, but a number of projects have suggested tags (with a lot of overlap in use)
Notes on Pull Request tags, crowd-sourced from twitter.
Q: Is there a standardized list of pull request tags somewhere?
A: It doesn't seem so, but a number of projects have suggested tags (with a lot of overlap in use)
Projects with their own described PR tags:
A summary across projects (since most are consistent) is roughly:
[DOC]
: documentation related[BUG]
or[BF]
or[FIX]
: fixes an issue / bug[MNT]
or[MAINT]
: maintenance[REF]
: refactoring existing code[ENH]
: enhancement[OPT]
: optimization[STY]
or[STYLE]
: style related[TST]
or[TEST]
: adding or changing tests[BRK]
or[BREAK]
: a breaking change[WIP]
: work-in-progressThe text was updated successfully, but these errors were encountered: