This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitlabels
43 lines (36 loc) · 1.75 KB
/
.gitlabels
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This file describes meta-data associated with Git commits
# that can be processed by tools.
#
# See <https://github.com/elliottcable/.gitlabels>
# --[ Nature of the change ]-------------------------------------------
# These labels give a summary of the kind of change that was made.
# They may be combined, although it's usually better to have separated
# commits introducing them.
- (new) Introduces new functionality or features.
- (fix) Fixes the behaviour of exiting features.
- (doc documentation) Introduces documentation.
- (test) Introduces new tests or improves existing ones.
- (perf performance) Introduces performance optimisations.
- (re refactor) Changes structure, but doesn't introduce new features nor fixes bugs.
- (build) Changes to the build scripts
# --[ Qualifiers ]-----------------------------------------------------
# Changes may be qualified
- (!! important) The commit introduces substantial changes.
- (break) The change breaks an existing feature
- (- minor) The change is rather minor and may be ignored in most cases
- (release) A new public release
# --[ Scopes ]---------------------------------------------------------
# Because this is a multi-package repository, sometimes changes apply
# to only a few of these scopes. These labels exist for that reason
- (scoped) The scope of changes.
- (iface interface) The Meta:Magical interface.
- (repl) The REPL browser
- (mocha) The Mocha bridge
- (mmdoc babel-comments) The Meta:Magical comments babel plugin
- (assert babel-assertion) The assertion comments plugin
# The packages below are experimental
- (mdjs markdown) The markdown→JS compiler
- (mkdocs) The mkdocs generator
- (sphinx) The Sphinx generator
- (tree) The static-tree library
- (static) The static-docs library