Skip to content

Commit fff8549

Browse files
committed
20220408A
1 parent 7e48da5 commit fff8549

12 files changed

+19
-51
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 6 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -56,45 +56,12 @@ All community leaders are obligated to respect the privacy and security of the r
5656

5757
Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
5858

59-
### 1. Correction
60-
61-
#### Community Impact
62-
63-
Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
64-
65-
#### Consequence
66-
67-
A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
68-
69-
### 2. Warning
70-
71-
#### Community Impact
72-
73-
A violation through a single incident or series of actions.
74-
75-
#### Consequence
76-
77-
A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
78-
79-
### 3. Temporary Ban
80-
81-
#### Community Impact
82-
83-
A serious violation of community standards, including sustained inappropriate behavior.
84-
85-
#### Consequence
86-
87-
A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
88-
89-
### 4. Permanent Ban
90-
91-
#### Community Impact
92-
93-
Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
94-
95-
#### Consequence
96-
97-
A permanent ban from any sort of public interaction within the community.
59+
| | **Community Impact** | **Consequence** |
60+
|:-:|:--|:--|
61+
| **Correction** | Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community. | A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. |
62+
| **Warning** | A violation through a single incident or series of actions. | A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. |
63+
| **Temporary Ban** | A serious violation of community standards, including sustained inappropriate behavior. | A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. |
64+
| **Permanent Ban** | Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. | A permanent ban from any sort of public interaction within the community. |
9865

9966
## Attribution
10067

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Bug Report (Markdown)"
33
about: "Report a bug."
4-
labels: "Status/Unread 🔵,Type/Bug 🐛"
4+
labels: "Status/Pending 🔵,Type/Bug 🐛"
55
---
66
> ### Suggested Content List
77
>

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "Bug Report (Form)"
33
description: "Report a bug."
44
labels:
5-
- "Status/Unread 🔵"
5+
- "Status/Pending 🔵"
66
- "Type/Bug 🐛"
77
body:
88
- type: "textarea"

.github/ISSUE_TEMPLATE/documentation-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Documentation Issue (Markdown)"
33
about: "Report a documentation issue."
4-
labels: "Status/Unread 🔵,Type/Documentation 📚"
4+
labels: "Status/Pending 🔵,Type/Documentation 📚"
55
---
66
> ### Suggested Content List
77
>

.github/ISSUE_TEMPLATE/documentation-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "Documentation Issue (Form)"
33
description: "Report a documentation issue."
44
labels:
5-
- "Status/Unread 🔵"
5+
- "Status/Pending 🔵"
66
- "Type/Documentation 📚"
77
body:
88
- type: "textarea"

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Feature Request (Markdown)"
33
about: "Suggest an idea."
4-
labels: "Status/Unread 🔵,Type/Enhancement ➕"
4+
labels: "Status/Pending 🔵,Type/Enhancement ➕"
55
---
66
> ### Suggested Content List
77
>

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "Feature Request (Form)"
33
description: "Suggest an idea."
44
labels:
5-
- "Status/Unread 🔵"
5+
- "Status/Pending 🔵"
66
- "Type/Enhancement ➕"
77
body:
88
- type: "textarea"

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> | **Legend** | **Description** |
66
> |:-:|:--|
77
> | L | **LTS:** Long term supported. |
8-
> || **Yes:** Supported. |
8+
> || **Active / Current:** Currently supported. |
99
> | 👎{🐛} | **Partly (Issue):** Partly supported due to confirmed contains bugs and/or issues. |
1010
> | 👎{🧓} | **Partly (Old):** Partly supported due to deprecated by newer versions. |
1111
> | ❌{🐛} | **No (Issue):** Not supported due to confirmed contains bugs and/or issues. |

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ updates:
88
time: "00:00"
99
timezone: "Etc/UTC"
1010
labels:
11-
- "Status/Unread 🔵"
11+
- "Platform/GitHub/Actions :octocat:"
12+
- "Status/Pending 🔵"
1213
- "Type/Dependency 📦"
1314
open-pull-requests-limit: 100
1415
pull-request-branch-name:

.github/workflows/analyze-code-ghsl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: "ubuntu-latest"
2020
steps:
2121
- name: "Checkout Repository"
22-
uses: "actions/checkout@v2.4.0"
22+
uses: "actions/checkout@v3.0.0"
2323
with:
2424
fetch-depth: 0
2525
- name: "Analyze Repository"
26-
uses: "github/[email protected].0"
26+
uses: "github/[email protected].2"
2727
env:
2828
DISABLE_ERRORS: "true"
2929
GITHUB_TOKEN: "${{github.token}}"

0 commit comments

Comments
 (0)