-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from zer0Kerbal/0.2.99.1-prerelease
Version 0.2.99.1-prerelease - `<Thank you urturino>` edition
- Loading branch information
Showing
32 changed files
with
1,173 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,256 @@ | ||
# settings.yml 1.0.9.6 | ||
# this file: CC BY-ND 4.0 | ||
# zer0Kerbal | ||
# created 01 Jan 2022 | ||
# updated 04 Aug 2022 | ||
# These settings are synced to GitHub by https://probot.github.io/apps/settings/ | ||
# See https://docs.github.com/en/rest/reference/repos#update-a-repository for all available settings. | ||
|
||
repository: | ||
# The name of the repository. Changing this will rename the repository | ||
name: ElephantEngine | ||
|
||
# A short description of the repository that will show up on GitHub | ||
description: "A 75% 'Mammoth', consisting of 3 Vectors in a 3.75m base. Mode switching for Elephant-Plume effects! For Kerbal Space Program." | ||
|
||
# A URL with more information about the repository | ||
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/206024-*/ | ||
|
||
# A comma-separated list of topics to set on the repository | ||
topics: engine, ksp, kerbal-space-program, kerbal, kerbalspaceprogram, elephant, parts, propulsion, ksp-mods, mammoth, ksp-parts, zedk, necrobones, orvidius | ||
|
||
# Labels: define labels for Issues and Pull Requests | ||
labels: | ||
- name: bug 🐛 | ||
color: CC0000 | ||
description: An issue with the system. Something isn't working... KSC... we have an error code | ||
|
||
- name: "help wanted" | ||
color: 008672 | ||
description: "assistance, help, input solicited" | ||
|
||
- name: duplicate | ||
color: FFFFF0 | ||
description: "duplicated issue - it happens" | ||
|
||
- name: FAQ | ||
color: 78A1A5 | ||
description: "Frequently Asked Question" | ||
|
||
- name: "semantic: adoption" | ||
# include the old name to rename an existing label | ||
oldname: adoption | ||
color: BADA55 | ||
description: relating to adoption | ||
|
||
- name: "semantic: release" | ||
color: 00FF00 | ||
description: release | ||
|
||
- name: "semantic: prerelease" | ||
color: 00FF00 | ||
description: prerelase | ||
|
||
- name: "semantic: beta" | ||
color: 00FF00 | ||
description: beta | ||
|
||
- name: "semantic: alpha" | ||
color: 00FF00 | ||
description: alpha | ||
|
||
- name: "issue: text" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: compatibility/patch" | ||
color: CC0DEB | ||
description: issue type | ||
|
||
- name: "issue: model" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: texture" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: sound" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: config" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: code" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: documentation" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: relationship" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: license" | ||
color: FBCA04 | ||
description: having to do with license/licensing | ||
|
||
- name: "issue: image" | ||
color: FBCA04 | ||
description: deals with images and imgbot | ||
|
||
- name: "issue: install" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: other" | ||
color: FBCA04 | ||
description: issue type | ||
|
||
- name: "issue: external" | ||
color: FBCA04 | ||
description: issue originates from external sources | ||
|
||
- name: "type: automation" | ||
color: fbca04 | ||
description: issues for automation actions | ||
|
||
- name: "type: fix" | ||
color: 91ca55 | ||
description: Iterations on existing features or infrastructure. | ||
|
||
- name: "type: infrastructure" | ||
color: ffdda8 | ||
description: improvements or additions to project infrastructure | ||
|
||
- name: "type: localization" | ||
oldname: localization | ||
color: FFFFF0 | ||
description: related to localization and translations | ||
|
||
- name: "type: testing" | ||
color: fbca04 | ||
description: Related to testing. | ||
|
||
- name: "type: chore" | ||
color: fef2c0 | ||
description: Converting measurements, reorganizing folder structure, and other necessary (but less impactful) tasks. | ||
|
||
- name: "type: discussion" | ||
oldname: discussion | ||
color: d4c5f9 | ||
description: Questions, queries, posers, proposals and info that requires discussion. | ||
|
||
- name: "type: imgbot" | ||
color: d4c5f9 | ||
description: imgbot automation. | ||
|
||
- name: "type: docs" | ||
color: fef2c0 | ||
description: Related to documentation and information. | ||
|
||
- name: "type: pages" | ||
color: fef2c0 | ||
description: Related to GitHub pages documentation and information. | ||
|
||
- name: "type: enhancement" | ||
oldname: "Mod-enhancement" | ||
# include the old name to rename an existing label | ||
color: 5ebeff | ||
description: Requested functionality, features, pages, workflows, endpoints, etc. | ||
|
||
- name: "type: feature" | ||
oldname: "Mod-feature" | ||
# include the old name to rename an existing label | ||
description: Brand new functionality, features, pages, workflows, endpoints, etc. | ||
|
||
- name: "type: request" | ||
oldname: "Mod-request" | ||
# include the old name to rename an existing label | ||
color: 5ebeff | ||
description: Requested functionality, features, pages, workflows, endpoints, etc. | ||
|
||
- name: "type: archive" | ||
color: FFFFF0 | ||
description: archive | ||
|
||
- name: "type: upstream" | ||
oldname: "upstream" | ||
# include the old name to rename an existing label | ||
color: FFFFF0 | ||
description: upstream or side stream | ||
|
||
- name: "type: pull request" | ||
oldname: "pull request" | ||
color: FFFFF0 | ||
description: upstream or side stream | ||
|
||
- name: "work: choatic" | ||
color: FBCA04 | ||
description: The situation is chaotic, novel practices used. | ||
|
||
- name: "work: complex" | ||
color: d4c5f9 | ||
description: The situation is complex, emergent practices used. | ||
|
||
- name: "work: complicated" | ||
color: ffb8c6 | ||
description: The situation is complicated, good practices used. | ||
|
||
- name: "work: obvious" | ||
color: 91ca55 | ||
description: The situation is obvious, best practices used. | ||
|
||
- name: "state: approved" | ||
color: 91ca55 | ||
description: Approved to proceed. | ||
|
||
- name: "state: blocked" | ||
color: d73a4a | ||
description: Something is blocking action. | ||
|
||
- name: "state: pending" | ||
color: fbca04 | ||
description: Taking action, but need a few things to happen first. A feature that needs dependencies merged, or a bug that needs further data. | ||
|
||
- name: "state: inactive" | ||
color: e6e6e6 | ||
description: No action needed or possible. The issue is either fixed, addressed better by other issues, or just out of product scope. | ||
|
||
- name: "state: planning" | ||
color: FFFF00 | ||
description: | ||
|
||
- name: "state: won't fix" | ||
color: e6e6e6 | ||
description: No action will be taken at this time | ||
|
||
# Milestones: define milestones for Issues and Pull Requests | ||
milestones: | ||
- title: Version 0.3.0.0-release | ||
description: progress toward version 0.3.0.0-release | ||
state: open | ||
|
||
- title: Version 0.2.99.2-prerelease | ||
description: progress toward version 0.2.99.2-prerelease | ||
state: open | ||
|
||
- title: Version 0.2.99.1-prerelease | ||
description: progress toward version 0.2.99.1-prerelease | ||
state: open | ||
|
||
- title: Version 0.2.99.0-adoption | ||
description: progress toward version 0.2.99.0-adoption | ||
state: closed | ||
|
||
- title: Localization - Master | ||
description: progress toward total localization | ||
state: open | ||
|
||
- title: Localization - English <en-us.cfg> | ||
description: progress toward English <en-us.cfg> localization | ||
state: closed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 1.1.0.0 | ||
# created: 08 May 2022 | ||
# updated: 15 Aug 2022 | ||
# Checks .cfg files for syntax errors | ||
# https://github.com/KSP-CKAN/KSPMMCfgParser | ||
|
||
name: Config file validation | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
workflow_dispatch: | ||
jobs: | ||
validate: | ||
name: Validate cfg files | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 1 | ||
- name: Validate config files | ||
uses: KSP-CKAN/KSPMMCfgParser@master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,3 +168,4 @@ Thumbs.db | |
*.temp | ||
*.old | ||
.vscode/ | ||
*.ods# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.