2023-10-29 08:58:12 +02:00
|
|
|
[config]
|
2023-10-27 21:22:56 +03:00
|
|
|
enable_custom_labels=false
|
2023-10-27 21:12:58 +03:00
|
|
|
|
2023-10-29 08:58:12 +02:00
|
|
|
## template for custom labels
|
|
|
|
#[custom_labels."Bug fix"]
|
2023-11-13 12:04:58 +02:00
|
|
|
#description = """Fixes a bug in the code"""
|
2023-10-29 08:58:12 +02:00
|
|
|
#[custom_labels."Tests"]
|
2023-11-13 12:04:58 +02:00
|
|
|
#description = """Adds or modifies tests"""
|
2023-10-29 08:58:12 +02:00
|
|
|
#[custom_labels."Bug fix with tests"]
|
2023-11-13 12:04:58 +02:00
|
|
|
#description = """Fixes a bug in the code and adds or modifies tests"""
|
2023-10-29 08:58:12 +02:00
|
|
|
#[custom_labels."Enhancement"]
|
2023-12-05 07:48:21 +02:00
|
|
|
#description = """Adds new features or modifies existing ones"""
|
2023-10-29 08:58:12 +02:00
|
|
|
#[custom_labels."Documentation"]
|
2023-11-13 12:04:58 +02:00
|
|
|
#description = """Adds or modifies documentation"""
|
2023-10-29 08:58:12 +02:00
|
|
|
#[custom_labels."Other"]
|
2024-10-30 09:56:03 +09:00
|
|
|
#description = """Other changes that do not fit in any of the above categories"""
|