|
| 1 | +# settings.yml 1.0.9.6 |
| 2 | +# this file: CC BY-ND 4.0 |
| 3 | +# zer0Kerbal |
| 4 | +# created 01 Jan 2022 |
| 5 | +# updated 04 Aug 2022 |
| 6 | +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ |
| 7 | +# See https://docs.github.com/en/rest/reference/repos#update-a-repository for all available settings. |
| 8 | + |
| 9 | +repository: |
| 10 | + # The name of the repository. Changing this will rename the repository |
| 11 | + name: FTPLtd |
| 12 | + |
| 13 | + # A short description of the repository that will show up on GitHub |
| 14 | + description: Adds Fuel Tanks Plus Limited's agent, flags, and common config files used in all Fuel Tanks Plus add-ons for Kerbal Space Program. |
| 15 | + |
| 16 | + # A URL with more information about the repository |
| 17 | + homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/209628-*/ |
| 18 | + |
| 19 | + # A comma-separated list of topics to set on the repository |
| 20 | + topics: agent,agency,flag,fuel,tanks,fueltanks,plus,necrobones,kerbal,kerbalspaceprogram,ksp,ksp-mods,ksp-parts,kerbal-space,kerbal-space-program,kerbal-mods,mods,zedk |
| 21 | + |
| 22 | +# Labels: define labels for Issues and Pull Requests |
| 23 | +labels: |
| 24 | + - name: bug 🐛 |
| 25 | + color: CC0000 |
| 26 | + description: An issue with the system. Something isn't working... KSC... we have an error code |
| 27 | + |
| 28 | + - name: "help wanted" |
| 29 | + color: 008672 |
| 30 | + description: "assistance, help, input solicited" |
| 31 | + |
| 32 | + - name: duplicate |
| 33 | + color: FFFFF0 |
| 34 | + description: "duplicated issue - it happens" |
| 35 | + |
| 36 | + - name: FAQ |
| 37 | + color: 78A1A5 |
| 38 | + description: "Frequently Asked Question" |
| 39 | + |
| 40 | + - name: "semantic: adoption" |
| 41 | + # include the old name to rename an existing label |
| 42 | + oldname: adoption |
| 43 | + color: BADA55 |
| 44 | + description: relating to adoption |
| 45 | + |
| 46 | + - name: "semantic: release" |
| 47 | + color: 00FF00 |
| 48 | + description: release |
| 49 | + |
| 50 | + - name: "semantic: prerelease" |
| 51 | + color: 00FF00 |
| 52 | + description: prerelase |
| 53 | + |
| 54 | + - name: "semantic: beta" |
| 55 | + color: 00FF00 |
| 56 | + description: beta |
| 57 | + |
| 58 | + - name: "semantic: alpha" |
| 59 | + color: 00FF00 |
| 60 | + description: alpha |
| 61 | + |
| 62 | + - name: "issue: text" |
| 63 | + color: FBCA04 |
| 64 | + description: issue type |
| 65 | + |
| 66 | + - name: "issue: compatibility/patch" |
| 67 | + color: CC0DEB |
| 68 | + description: issue type |
| 69 | + |
| 70 | + - name: "issue: model" |
| 71 | + color: FBCA04 |
| 72 | + description: issue type |
| 73 | + |
| 74 | + - name: "issue: texture" |
| 75 | + color: FBCA04 |
| 76 | + description: issue type |
| 77 | + |
| 78 | + - name: "issue: sound" |
| 79 | + color: FBCA04 |
| 80 | + description: issue type |
| 81 | + |
| 82 | + - name: "issue: config" |
| 83 | + color: FBCA04 |
| 84 | + description: issue type |
| 85 | + |
| 86 | + - name: "issue: code" |
| 87 | + color: FBCA04 |
| 88 | + description: issue type |
| 89 | + |
| 90 | + - name: "issue: documentation" |
| 91 | + color: FBCA04 |
| 92 | + description: issue type |
| 93 | + |
| 94 | + - name: "issue: relationship" |
| 95 | + color: FBCA04 |
| 96 | + description: issue type |
| 97 | + |
| 98 | + - name: "issue: license" |
| 99 | + color: FBCA04 |
| 100 | + description: having to do with license/licensing |
| 101 | + |
| 102 | + - name: "issue: image" |
| 103 | + color: FBCA04 |
| 104 | + description: deals with images and imgbot |
| 105 | + |
| 106 | + - name: "issue: install" |
| 107 | + color: FBCA04 |
| 108 | + description: issue type |
| 109 | + |
| 110 | + - name: "issue: other" |
| 111 | + color: FBCA04 |
| 112 | + description: issue type |
| 113 | + |
| 114 | + - name: "issue: external" |
| 115 | + color: FBCA04 |
| 116 | + description: issue originates from external sources |
| 117 | + |
| 118 | + - name: "type: automation" |
| 119 | + color: fbca04 |
| 120 | + description: issues for automation actions |
| 121 | + |
| 122 | + - name: "type: fix" |
| 123 | + color: 91ca55 |
| 124 | + description: Iterations on existing features or infrastructure. |
| 125 | + |
| 126 | + - name: "type: infrastructure" |
| 127 | + color: ffdda8 |
| 128 | + description: improvements or additions to project infrastructure |
| 129 | + |
| 130 | + - name: "type: localization" |
| 131 | + oldname: localization |
| 132 | + color: FFFFF0 |
| 133 | + description: related to localization and translations |
| 134 | + |
| 135 | + - name: "type: testing" |
| 136 | + color: fbca04 |
| 137 | + description: Related to testing. |
| 138 | + |
| 139 | + - name: "type: chore" |
| 140 | + color: fef2c0 |
| 141 | + description: Converting measurements, reorganizing folder structure, and other necessary (but less impactful) tasks. |
| 142 | + |
| 143 | + - name: "type: discussion" |
| 144 | + oldname: discussion |
| 145 | + color: d4c5f9 |
| 146 | + description: Questions, queries, posers, proposals and info that requires discussion. |
| 147 | + |
| 148 | + - name: "type: imgbot" |
| 149 | + color: d4c5f9 |
| 150 | + description: imgbot automation. |
| 151 | + |
| 152 | + - name: "type: docs" |
| 153 | + color: fef2c0 |
| 154 | + description: Related to documentation and information. |
| 155 | + |
| 156 | + - name: "type: pages" |
| 157 | + color: fef2c0 |
| 158 | + description: Related to GitHub pages documentation and information. |
| 159 | + |
| 160 | + - name: "type: enhancement" |
| 161 | + oldname: "Mod-enhancement" |
| 162 | + # include the old name to rename an existing label |
| 163 | + color: 5ebeff |
| 164 | + description: Requested functionality, features, pages, workflows, endpoints, etc. |
| 165 | + |
| 166 | + - name: "type: feature" |
| 167 | + oldname: "Mod-feature" |
| 168 | + # include the old name to rename an existing label |
| 169 | + description: Brand new functionality, features, pages, workflows, endpoints, etc. |
| 170 | + |
| 171 | + - name: "type: request" |
| 172 | + oldname: "Mod-request" |
| 173 | + # include the old name to rename an existing label |
| 174 | + color: 5ebeff |
| 175 | + description: Requested functionality, features, pages, workflows, endpoints, etc. |
| 176 | + |
| 177 | + - name: "type: archive" |
| 178 | + color: FFFFF0 |
| 179 | + description: archive |
| 180 | + |
| 181 | + - name: "type: upstream" |
| 182 | + oldname: "upstream" |
| 183 | + # include the old name to rename an existing label |
| 184 | + color: FFFFF0 |
| 185 | + description: upstream or side stream |
| 186 | + |
| 187 | + - name: "type: pull request" |
| 188 | + oldname: "pull request" |
| 189 | + color: FFFFF0 |
| 190 | + description: upstream or side stream |
| 191 | + |
| 192 | + - name: "work: choatic" |
| 193 | + color: FBCA04 |
| 194 | + description: The situation is chaotic, novel practices used. |
| 195 | + |
| 196 | + - name: "work: complex" |
| 197 | + color: d4c5f9 |
| 198 | + description: The situation is complex, emergent practices used. |
| 199 | + |
| 200 | + - name: "work: complicated" |
| 201 | + color: ffb8c6 |
| 202 | + description: The situation is complicated, good practices used. |
| 203 | + |
| 204 | + - name: "work: obvious" |
| 205 | + color: 91ca55 |
| 206 | + description: The situation is obvious, best practices used. |
| 207 | + |
| 208 | + - name: "state: approved" |
| 209 | + color: 91ca55 |
| 210 | + description: Approved to proceed. |
| 211 | + |
| 212 | + - name: "state: blocked" |
| 213 | + color: d73a4a |
| 214 | + description: Something is blocking action. |
| 215 | + |
| 216 | + - name: "state: pending" |
| 217 | + color: fbca04 |
| 218 | + description: Taking action, but need a few things to happen first. A feature that needs dependencies merged, or a bug that needs further data. |
| 219 | + |
| 220 | + - name: "state: inactive" |
| 221 | + color: e6e6e6 |
| 222 | + description: No action needed or possible. The issue is either fixed, addressed better by other issues, or just out of product scope. |
| 223 | + |
| 224 | + - name: "state: planning" |
| 225 | + color: FFFF00 |
| 226 | + description: |
| 227 | + |
| 228 | + - name: "state: won't fix" |
| 229 | + color: e6e6e6 |
| 230 | + description: No action will be taken at this time |
| 231 | + |
| 232 | +# Milestones: define milestones for Issues and Pull Requests |
| 233 | +milestones: |
| 234 | + - title: 0.9.99.0-prerelease |
| 235 | + description: progress toward 1.0.0.0-prerelease |
| 236 | + state: open |
| 237 | + |
| 238 | + - title: 1.0.0.0-release |
| 239 | + description: progress toward 1.0.0.0-release |
| 240 | + state: open |
| 241 | + |
| 242 | + - title: Localization - Master |
| 243 | + description: progress toward total localization |
| 244 | + state: open |
| 245 | + |
| 246 | + - title: Localization - English <en-us.cfg> |
| 247 | + description: progress toward English <en-us.cfg> localization |
| 248 | + state: open |
0 commit comments