Skip to content

Commit 6ab00d7

Browse files
committed
20220905A
1 parent 3bb9000 commit 6ab00d7

File tree

9 files changed

+77
-12
lines changed

9 files changed

+77
-12
lines changed

.cfduplication.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MinLineCount: 10

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels: "Status/Pending 🔵,Type/Bug 🐛"
66
> ### Suggested Content List
77
>
88
> - **Describe:** What the bug is?
9-
> - **Version:** What versions are affected? Versions must be listed as supported in the Security Policy (/.github/SECURITY.md).
9+
> - **Version:** What versions are affected? Versions must be listed as supported in the Security Policy (i.e.: file `SECURITY.md`).
1010
> - **To Reproduce:** If this bug can be reproduce, please list the steps!
1111
> - **Expected Behavior:** What things should expected to happen?
1212
>

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
id: "version"
1616
attributes:
1717
label: "Version"
18-
description: "What versions are affected? Versions must be listed as supported in the Security Policy (/.github/SECURITY.md)."
18+
description: "What versions are affected? Versions must be listed as supported in the Security Policy (i.e.: file `SECURITY.md`)."
1919
multiple: true
2020
options:
2121
- "v1.0.0"

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> ### Suggested Content List
22
>
33
> - **Changelog:** What have changed?
4-
> - **Related Issue:** If the changes are related to the issues, list those identification numbers.
4+
> - **Related Issues:** If the changes are related to the issues, list those issues.
55
>
66
> Please remove this list before submit!

.yamllint.yml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
rules:
2+
braces:
3+
forbid: "non-empty"
4+
max-spaces-inside-empty: 0
5+
max-spaces-inside: 1
6+
min-spaces-inside-empty: 0
7+
min-spaces-inside: 1
8+
brackets:
9+
forbid: "non-empty"
10+
max-spaces-inside-empty: 0
11+
max-spaces-inside: 1
12+
min-spaces-inside-empty: 0
13+
min-spaces-inside: 1
14+
colons:
15+
max-spaces-after: 1
16+
max-spaces-before: 0
17+
commas:
18+
max-spaces-after: 1
19+
max-spaces-before: 0
20+
min-spaces-after: 1
21+
comments:
22+
ignore-shebangs: true
23+
min-spaces-from-content: 0
24+
require-starting-space: false
25+
comments-indentation: true
26+
document-end:
27+
present: false
28+
document-start: false
29+
empty-lines:
30+
max-end: 1
31+
max-start: 0
32+
max: 0
33+
empty-values:
34+
forbid-in-block-mappings: true
35+
forbid-in-flow-mappings: true
36+
float-values:
37+
forbid-inf: false
38+
forbid-nan: true
39+
forbid-scientific-notation: false
40+
require-numeral-before-decimal: true
41+
hyphens:
42+
max-spaces-after: 1
43+
indentation:
44+
check-multi-line-strings: false
45+
indent-sequences: true
46+
spaces: 2
47+
key-duplicates: true
48+
key-ordering: false
49+
line-length: false
50+
new-line-at-end-of-file: true
51+
new-lines: false
52+
octal-values:
53+
forbid-implicit-octal: true
54+
forbid-explicit-octal: true
55+
quoted-strings:
56+
quote-type: "double"
57+
required: true
58+
trailing-spaces: true
59+
truthy: true
60+
yaml-files:
61+
- "./**/**.yaml"
62+
- "./**/**.yml"
File renamed without changes.

.github/CONTRIBUTING.md renamed to CONTRIBUTING.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
1-
# Contributing
1+
# Contributing Guide
22

33
## Preface
44

5-
This contributing guide includes the guidelines, methods, and ways to contribute on different categories, items, and types; If this contributing guide does not include some of the categories, items, and/or types, maybe:
5+
This Contributing Guide includes the guidelines, methods, and ways to contribute on different categories, items, and types; If this Contributing Guide does not include some of the categories, items, and/or types, maybe:
66

7-
- those guidelines, methods, and/or ways are separated from this contributing guide and exist and/or store in their corresponding places,
7+
- those guidelines, methods, and/or ways are separated from this Contributing Guide and exist and/or store in their corresponding places,
88
- those categories, items, and/or types are easy to understand how to correctly contributing, or
9-
- maintainers and/or owners forgot to edit this contributing guide.
9+
- maintainers and/or owners forgot to edit this Contributing Guide.
1010

1111
If you still confused, try to create a discussion or an issue.
1212

1313
## Discussions
1414

1515
- Before create a discussion, check whether any similar discussions are already exist.
16+
- For any bug reports, it is better to create an issue.
17+
- For any security vulnerability reports, please visit the Security Policy (/.github/SECURITY.md).
1618

1719
## Issues
1820

1921
- Before create an issue, check whether any similar issues are already exist.
22+
- For any questions, it is better to create a discussion.
23+
- For any security vulnerability reports, please visit the Security Policy (/.github/SECURITY.md).
2024

2125
## Pull Requests
2226

2327
- Before create a pull request, check whether any similar pull requests are already exist.
24-
- Always create a pull request to the `main` branch of this repository.
28+
- Always create a pull request to the default branch (mostly named `main` or `master`) of this repository.
2529
- Try to avoid merge conflicts if possible.
2630
- Try to avoid a pull request with too many changes if possible.
2731
- A large pull request not only stretches the review time, but also makes it much harder to spot issues.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr-raw/hugoalh-studio/ghactions-toolkit-powershell?label=Pull%20Requests&logo=github&logoColor=ffffff&style=flat-square)](https://github.com/hugoalh-studio/ghactions-toolkit-powershell/pulls)
77
[![GitHub Discussions](https://img.shields.io/github/discussions/hugoalh-studio/ghactions-toolkit-powershell?label=Discussions&logo=github&logoColor=ffffff&style=flat-square)](https://github.com/hugoalh-studio/ghactions-toolkit-powershell/discussions)
88
[![GitHub Stars](https://img.shields.io/github/stars/hugoalh-studio/ghactions-toolkit-powershell?label=Stars&logo=github&logoColor=ffffff&style=flat-square)](https://github.com/hugoalh-studio/ghactions-toolkit-powershell/stargazers)
9-
[![GitHub Forks](https://img.shields.io/github/forks/hugoalh-studio/ghactions-toolkit-powershell?label=Forks&logo=github&logoColor=ffffff&style=flat-square)](https://github.com/hugoalh-studio/ghactions-toolkit-powershell/network/members)
10-
![GitHub Languages](https://img.shields.io/github/languages/count/hugoalh-studio/ghactions-toolkit-powershell?label=Languages&logo=github&logoColor=ffffff&style=flat-square)
119
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/hugoalh-studio/ghactions-toolkit-powershell?label=Grade&logo=codefactor&logoColor=ffffff&style=flat-square)](https://www.codefactor.io/repository/github/hugoalh-studio/ghactions-toolkit-powershell)
1210
[![License](https://img.shields.io/static/v1?label=License&message=MIT&style=flat-square)](./LICENSE.md)
1311

.github/SECURITY.md renamed to SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
> | ❌{🐛} | **No (Issue):** Not supported due to confirmed contains bugs and/or issues. |
1212
> | ❌{🧓} | **No (Old):** Not supported due to too old. |
1313
14-
| **Versions** | **Status** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** | **Target - NPM (Wrapper API)** |
14+
| **Releases / Tags / Versions** | **Status** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** | **Target - NPM (Wrapper API)** |
1515
|:-:|:-:|:-:|:-:|:-:|
1616
| v1.0.X | L | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
17-
| v0.5.X | | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
17+
| v0.5.X | 👎{🧓} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
1818
| v0.5.0 \~ v0.5.3 | ❌{🐛} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
1919
| v0.3.X \~ v0.4.X | ❌{🧓} | >= v7.2.0 | *N/A* | *N/A* |
2020
| v0.3.0 \~ v0.3.2 | ❌{🐛🧓} | >= v7.2.0 | *N/A* | *N/A* |

0 commit comments

Comments
 (0)