2023-10-29 06:58:12 +00:00
|
|
|
[config]
|
2023-10-27 18:22:56 +00:00
|
|
|
enable_custom_labels=false
|
2023-10-27 18:12:58 +00:00
|
|
|
|
2023-10-29 06:58:12 +00:00
|
|
|
## template for custom labels
|
|
|
|
|
#[custom_labels."Bug fix"]
|
2023-11-13 10:04:58 +00:00
|
|
|
#description = """Fixes a bug in the code"""
|
2023-10-29 06:58:12 +00:00
|
|
|
#[custom_labels."Tests"]
|
2023-11-13 10:04:58 +00:00
|
|
|
#description = """Adds or modifies tests"""
|
2023-10-29 06:58:12 +00:00
|
|
|
#[custom_labels."Bug fix with tests"]
|
2023-11-13 10:04:58 +00:00
|
|
|
#description = """Fixes a bug in the code and adds or modifies tests"""
|
2023-10-29 06:58:12 +00:00
|
|
|
#[custom_labels."Refactoring"]
|
2023-11-13 10:04:58 +00:00
|
|
|
#description = """Code refactoring without changing functionality"""
|
2023-10-29 06:58:12 +00:00
|
|
|
#[custom_labels."Enhancement"]
|
2023-11-13 10:04:58 +00:00
|
|
|
#description = """Adds new features or functionality"""
|
2023-10-29 06:58:12 +00:00
|
|
|
#[custom_labels."Documentation"]
|
2023-11-13 10:04:58 +00:00
|
|
|
#description = """Adds or modifies documentation"""
|
2023-10-29 06:58:12 +00:00
|
|
|
#[custom_labels."Other"]
|
2023-11-13 10:04:58 +00:00
|
|
|
#description = """Other changes that do not fit in any of the above categories"""
|