Skip to content

Commit 34e7adb

Browse files
hollowaykeanhoShuralyov, Jeancorygalyna湘渝萱
committed
root: tidied up repository metadata and ci configurations
Since we are now left for paper writing, let's tidy up the repository metadata and ci configurations. This patch tidies up repository metadata and ci configurations in root repository. Co-authored-by: Shuralyov, Jean <jeanshuralyov@gmail.com> Co-authored-by: Galyna, Cory <cory.galyna@gmail.com> Co-authored-by: 湘渝萱 <alice.xiang.yu.xuan@gmail.com> Co-authored-by: (Holloway) Chew, Kean Ho <me@chewkeanho.com> Reviewed-by: (Holloway) Chew, Kean Ho <me@chewkeanho.com> Signed-off-by: (Holloway) Chew, Kean Ho <hello@chewkeanho.com>
1 parent 3fcdb09 commit 34e7adb

28 files changed

Lines changed: 793 additions & 455 deletions

.github/ISSUE_TEMPLATE/Artwork.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Art Directive"
22
description: "To report a case related to artwork and art direction."
33
labels: [ "Type/Artwork", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

.github/ISSUE_TEMPLATE/Bug_n_Glitch.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Bug & Glitch"
22
description: "To report a bug or a glitch regarding about the project."
33
labels: [ "Type/Bug", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

.github/ISSUE_TEMPLATE/Communities.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Communities"
22
description: "To report a case solely related to the project's communities."
33
labels: [ "Type/Communities", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

.github/ISSUE_TEMPLATE/Documentation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Documentations"
22
description: "To report something about the project's documentation."
33
labels: [ "Type/Documentation", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

.github/ISSUE_TEMPLATE/Enhancement.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Enhance A Feature"
22
description: "To request a feature enhancement for the project."
33
labels: [ "Type/Enhancement", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

.github/ISSUE_TEMPLATE/Infrastructure.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Infrastructure (CI, Work System, etc)"
22
description: "To report a case solely related to infrastructure."
33
labels: [ "Type/Infrastructure", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

.github/ISSUE_TEMPLATE/New.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
name: "New Feature Request"
2-
description: "To request a new feature for the project."
1+
name: "New Request"
2+
description: "To request something new for the project."
33
labels: [ "Type/New Feature", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

.github/ISSUE_TEMPLATE/Payment.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Payment"
22
description: "To report a case related to a payment transaction for the project."
33
labels: [ "Type/Payment", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

.github/ISSUE_TEMPLATE/Question.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Question"
22
description: "To query something about the project."
33
labels: [ "Type/Question", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

.github/ISSUE_TEMPLATE/Sponsorship.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Sponsorship"
22
description: "To report a case solely related to the project's sponsorship."
33
labels: [ "Type/Sponsorship", "State/Discussion" ]
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
> [!CAUTION]
9+
>
10+
> If you believe this is a **security matter: STOP**. Refer `SECURITY.md` NOW.
511
- type: textarea
612
id: description
713
attributes:

0 commit comments

Comments
 (0)