forked from kubernetes-sigs/kui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
616 changed files
with
47,357 additions
and
33,503 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
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,5 @@ | ||
build/ | ||
node_modules/ | ||
*.d.ts | ||
package-lock.json | ||
plugins/plugin-apache-composer/tests/data/composer/composer-source-expect-errors/if-bad.js |
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,4 @@ | ||
{ | ||
"semi": false, | ||
"singleQuote": true | ||
} |
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint" | ||
], | ||
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"], | ||
"unwantedRecommendations": [] | ||
} |
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 |
---|---|---|
|
@@ -4,9 +4,10 @@ This page contains information about reporting issues, how to suggest changes | |
as well as the guidelines we follow for how our documents are formatted. | ||
|
||
## Table of Contents | ||
* [Reporting an Issue](#reporting-an-issue) | ||
* [Suggesting a Change](#suggesting-a-change) | ||
* [Spec Formatting Conventions](#spec-formatting-conventions) | ||
|
||
- [Reporting an Issue](#reporting-an-issue) | ||
- [Suggesting a Change](#suggesting-a-change) | ||
- [Spec Formatting Conventions](#spec-formatting-conventions) | ||
|
||
## Reporting an Issue | ||
|
||
|
@@ -42,9 +43,9 @@ This project uses [Conventional Commits](https://www.conventionalcommits.org) as | |
type(component?): message | ||
``` | ||
|
||
*type* is one of: feat, fix, docs, chore, style, refactor, perf, test | ||
_type_ is one of: feat, fix, docs, chore, style, refactor, perf, test | ||
|
||
*component* optionally is the name of the module you are fixing; either "core" or a named module in `plugins/` directory. Note: Please specify the full name of the module (e.g. plugin-bash-like) instead of abbreviation. It helps us generate the correct CHANGELOG.md. | ||
_component_ optionally is the name of the module you are fixing; either "core" or a named module in `plugins/` directory. Note: Please specify the full name of the module (e.g. plugin-bash-like) instead of abbreviation. It helps us generate the correct CHANGELOG.md. | ||
|
||
#### Sign your work | ||
|
||
|
@@ -102,7 +103,7 @@ If you set your `user.name` and `user.email` git configs, you can sign your | |
commit automatically with `git commit -s`. | ||
|
||
Note: If your git config information is set properly then viewing the | ||
`git log` information for your commit will look something like this: | ||
`git log` information for your commit will look something like this: | ||
|
||
``` | ||
Author: Joe Smith <[email protected]> | ||
|
@@ -119,6 +120,7 @@ your PR will be rejected by the automated DCO check. | |
## Spec Formatting Conventions | ||
|
||
Documents in this repository will adhere to the following rules: | ||
* Lines are wrapped at 80 columns (when possible) | ||
* Specifications will use [RFC2119](https://tools.ietf.org/html/rfc2119) | ||
keywords to indicate normative requirements | ||
|
||
- Lines are wrapped at 80 columns (when possible) | ||
- Specifications will use [RFC2119](https://tools.ietf.org/html/rfc2119) | ||
keywords to indicate normative requirements |
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
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
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.