|
1 | | -- name: bug |
2 | | - description: Something isn't working |
| 1 | +# The labels declared in this file are the ones avialables |
| 2 | +# https://github.com/ansys/ansys-sphinx-theme/labels |
| 3 | + |
| 4 | +# -- Defects and glitches labels---------------------------------------------- |
| 5 | + |
| 6 | +- name: 'bug' |
| 7 | + description: Defects or glitches reported by users or developers |
3 | 8 | color: d42a34 |
4 | 9 |
|
5 | | -- name: dependencies |
6 | | - description: Related with project dependencies |
7 | | - color: ffc0cb |
| 10 | +- name: 'fix' |
| 11 | + description: Pull requests related to resolving problems or errors |
| 12 | + color: d42a34 |
| 13 | + |
| 14 | +# -- Style labels ------------------------------------------------------------ |
| 15 | + |
| 16 | +- name: 'style' |
| 17 | + description: Improvements related to general project style |
| 18 | + color: dcbeff |
| 19 | + |
| 20 | +- name: 'style:code' |
| 21 | + description: Improvements related to code style |
| 22 | + color: dcbeff |
| 23 | + |
| 24 | +- name: 'style:docs' |
| 25 | + description: Improvements related to doc style |
| 26 | + color: dcbeff |
| 27 | + |
| 28 | +- name: 'style:branch-name' |
| 29 | + description: Verifies branch name is compliant with PyAnsys guidelines |
| 30 | + color: dcbeff |
| 31 | + |
| 32 | +- name: 'style:skip' |
| 33 | + description: Skip style runs in CI/CD |
| 34 | + color: dcbeff |
| 35 | + |
| 36 | +# -- Tests labels ------------------------------------------------------------ |
| 37 | + |
| 38 | +- name: 'tests' |
| 39 | + description: Related with improvements of the test suite |
| 40 | + color: ffd8b1 |
| 41 | + |
| 42 | +- name: 'tests:skip' |
| 43 | + description: Skip tests runs in CI/CD |
| 44 | + color: ffd8b1 |
| 45 | + |
| 46 | +# -- Documentation labels ---------------------------------------------------- |
8 | 47 |
|
9 | | -- name: documentation |
10 | | - description: Improvements or additions to documentation |
| 48 | +- name: 'docs' |
| 49 | + description: Issues related to documentation |
11 | 50 | color: 0677ba |
12 | 51 |
|
13 | | -- name: enhancement |
14 | | - description: New features or code improvements |
15 | | - color: FFD827 |
| 52 | +- name: 'docs:api' |
| 53 | + description: Related to API documentation |
| 54 | + color: 0677ba |
16 | 55 |
|
17 | | -- name: good first issue |
18 | | - description: Easy to solve for newcomers |
19 | | - color: 62ca50 |
| 56 | +- name: 'docs:examples' |
| 57 | + description: Related to documentation examples |
| 58 | + color: 0677ba |
20 | 59 |
|
21 | | -- name: maintenance |
22 | | - description: Package and maintenance related |
23 | | - color: f78c37 |
| 60 | +- name: 'docs:skip' |
| 61 | + description: Skip documentation runs in CI/CD |
| 62 | + color: 0677ba |
24 | 63 |
|
25 | | -- name: release |
26 | | - description: Anything related to an incoming release |
27 | | - color: ffffff |
| 64 | +# -- Dependencies labels ----------------------------------------------------- |
28 | 65 |
|
29 | | -- name: hacktoberfest |
30 | | - description: Hacktoberfest related |
31 | | - color: 62ca50 |
| 66 | +- name: 'dependencies' |
| 67 | + description: Related with project dependencies |
| 68 | + color: fabed4 |
32 | 69 |
|
33 | | -- name: hacktoberfest-accepted |
34 | | - description: Hacktoberfest accepted contribution |
35 | | - color: 62ca50 |
| 70 | +- name: 'dependencies:pyproject' |
| 71 | + description: Related with project file dependencies |
| 72 | + color: fabed4 |
| 73 | + |
| 74 | +- name: 'dependencies:ci' |
| 75 | + description: Related with pipelines dependencies |
| 76 | + color: fabed4 |
| 77 | + |
| 78 | +# -- CI/CD labels ------------------------------------------------------------ |
| 79 | + |
| 80 | +- name: 'ci' |
| 81 | + description: Pipelines maintenance related |
| 82 | + color: a9a9a9 |
| 83 | + |
| 84 | +- name: 'ci:skip' |
| 85 | + description: Skip CI/CD runs |
| 86 | + color: a9a9a9 |
| 87 | + |
| 88 | +# -- HTML, CSS, JS, and web development labels ------------------------------- |
36 | 89 |
|
37 | 90 | - name: css |
38 | 91 | description: Requires or modifies cascading style sheets |
|
45 | 98 | - name: ui/ux |
46 | 99 | description: Related with UI/UX design |
47 | 100 | color: ffffff |
| 101 | + |
| 102 | +# -- Hacktoberfest labels ---------------------------------------------------- |
| 103 | + |
| 104 | +- name: hacktoberfest |
| 105 | + description: Hacktoberfest related |
| 106 | + color: 62ca50 |
| 107 | + |
| 108 | +- name: hacktoberfest-accepted |
| 109 | + description: Hacktoberfest accepted contribution |
| 110 | + color: 62ca50 |
| 111 | + |
| 112 | +# -- Other labels ------------------------------------------------------------ |
| 113 | + |
| 114 | +- name: 'release' |
| 115 | + description: Anything related to an incoming release |
| 116 | + color: ffffff |
| 117 | + |
| 118 | +- name: 'good first issue' |
| 119 | + description: Issues suitable for newcomers or those with less experience |
| 120 | + color: 62ca50 |
| 121 | + |
| 122 | +- name: 'enhancement' |
| 123 | + description: General improvements to existing features |
| 124 | + color: ffd827 |
| 125 | + |
| 126 | +- name: 'maintenance' |
| 127 | + description: Generic maintenance related |
| 128 | + color: f78c37 |
| 129 | + |
| 130 | +- name: 'docker' |
| 131 | + description: Docker maintenance related |
| 132 | + color: 000075 |
| 133 | + |
0 commit comments