Skip to content

Commit 2cb89eb

Browse files
hollowaykeanhoJeanShuralyovcorygalyna湘渝萱
committed
root: initialized repository
This patch is to initialize the repository. Co-authored-by: Shuralyov, Jean <jean.shuralyov@proton.me> 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@hollowaykeanho.com> Reviewed-by: (Holloway) Chew, Kean Ho <me@hollowaykeanho.com> Signed-off-by: (Holloway) Chew, Kean Ho <me@hollowaykeanho.com>
0 parents  commit 2cb89eb

488 files changed

Lines changed: 55623 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/Artwork.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: "Art Directive"
2+
description: "To report a case related to artwork and art direction."
3+
labels: [ "Type/Artwork", "State/Discussion" ]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: >
10+
Please provide a short description of what you are looking forward to
11+
have.
12+
placeholder: "E.g: I want a soup to be presented as smiling kitty cat face."
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: expectation
17+
attributes:
18+
label: Expected Behavior
19+
description: >
20+
Please specify the expected behavior of your request feature below. You
21+
may upload your associated artworks and presentations here.
22+
placeholder: "E.g: something like this one (attached sketch file)."
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: current
27+
attributes:
28+
label: Current Behavior
29+
description: >
30+
Please specify the any current behavior (e.g. workarounds).You may
31+
specify "Not Applicable" when it's not applicable.
32+
placeholder: "E.g: no art. A bit boring."
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: attachments
37+
attributes:
38+
label: Associated Data Files
39+
description: >
40+
Please drag and drop all the necessary data files (e.g. screenshot,
41+
logs, etc) into the box below. Each successful uploads will transform
42+
into their unique URL link on its own.
43+
placeholder: "Please drag and drop it here."
44+
validations:
45+
required: false
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: "Bug & Glitch"
2+
description: "To report a bug or a glitch regarding about the project."
3+
labels: [ "Type/Bug", "State/Discussion" ]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: >
10+
Please provide a short description of what you had encountered.
11+
placeholder: "E.g: Ginseng and white raddish together in a soup, are you crazy?!"
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: expectation
16+
attributes:
17+
label: Expected Behavior
18+
description: >
19+
Please specify the expected behavior below.
20+
placeholder: "E.g: split them into 2 different soup dishes and recipes."
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: current
25+
attributes:
26+
label: Current Behavior
27+
description: >
28+
Please specify the any current behavior (e.g. workarounds).You may
29+
specify "Not Applicable" when it's not applicable.
30+
placeholder: "E.g: 1 recipe with those 2 are gonna be wasteful."
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: reproduction
35+
attributes:
36+
label: Steps to Reproduce [COMPULSORY]
37+
description: >
38+
Please specify all the steps required to re-produce to the problem. If
39+
the team are not able to reproduce the problem including the slighest
40+
symptom of it, then this ticket will be closed as "Will Not Implement".
41+
placeholder: "E.g:\n1. Refer the menu. A.\n2. Order item 'Gala Soup'.\n3. Observe."
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: attachments
46+
attributes:
47+
label: Associated Data Files
48+
description: >
49+
Please drag and drop all the necessary data files (e.g. screenshot,
50+
logs, etc) into the box below. Each successful uploads will transform
51+
into their unique URL link on its own.
52+
placeholder: "Please drag and drop it here."
53+
validations:
54+
required: false
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: "Communities"
2+
description: "To report a case solely related to the project's communities."
3+
labels: [ "Type/Communities", "State/Discussion" ]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: >
10+
Please provide a short description of what you are looking forward to
11+
have.
12+
placeholder: "E.g: I want a rave and party with people man!"
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: expectation
17+
attributes:
18+
label: Expected Behavior
19+
description: >
20+
Please specify the expected behavior below of your request feature.
21+
placeholder: "E.g: Good food, good drink; make the atmosphere lively."
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: current
26+
attributes:
27+
label: Current Behavior
28+
description: >
29+
Please specify the any current behavior (e.g. workarounds).You may
30+
specify "Not Applicable" when it's not applicable.
31+
placeholder: "E.g: no workaround. Need to spice things up a little."
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: attachments
36+
attributes:
37+
label: Associated Data Files
38+
description: >
39+
Please drag and drop all the necessary data files (e.g. screenshot,
40+
logs, etc) into the box below. Each successful uploads will transform
41+
into their unique URL link on its own.
42+
placeholder: "Please drag and drop it here."
43+
validations:
44+
required: false
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: "Documentations"
2+
description: "To report something about the project's documentation."
3+
labels: [ "Type/Documentation", "State/Discussion" ]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: >
10+
Please provide a short description of what you had encountered.
11+
placeholder: "E.g: I saw a typo at Section 2.1.3 - 'glicth' should be 'glitch'."
12+
validations:
13+
required: true
14+
- type: input
15+
id: url
16+
attributes:
17+
label: Page URL Address
18+
description: >
19+
Please provide the documentation link if applicable.
20+
placeholder: "E.g: https://www.github.com/hollowaykeanho"
21+
validations:
22+
required: false
23+
- type: textarea
24+
id: expectation
25+
attributes:
26+
label: Expected Presentation
27+
description: >
28+
Please specify the expected presentation below.
29+
placeholder: "E.g: ... report a glitch at ..."
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: current
34+
attributes:
35+
label: Current Behavior
36+
description: >
37+
Please specify the current presentation below.
38+
placeholder: "E.g: Section 2.1.3 -> ... report a glicth at ..."
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: attachments
43+
attributes:
44+
label: Associated Data Files
45+
description: >
46+
Please drag and drop all the necessary data files (e.g. screenshot,
47+
logs, etc) into the box below. Each successful uploads will transform
48+
into their unique URL link on its own.
49+
placeholder: "Please drag and drop it here."
50+
validations:
51+
required: false
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: "Enhance A Feature"
2+
description: "To request a feature enhancement for the project."
3+
labels: [ "Type/Enhancement", "State/Discussion" ]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: >
10+
Please provide a short description of what you are looking forward to
11+
enhance or remove. Please include the story behind the idea to better
12+
visualize your case.
13+
placeholder: "E.g: 15cm noodle instead of 5cm - slurp up too quickly."
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: expectation
18+
attributes:
19+
label: Expected Behavior
20+
description: >
21+
Please specify the expected behavior below.
22+
placeholder: "E.g: Noodle is at least 15cm longer."
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: current
27+
attributes:
28+
label: Current Behavior
29+
description: >
30+
Please specify the any current behavior (e.g. workarounds).You may
31+
specify "Not Applicable" when it's not applicable.
32+
placeholder: "E.g: Noodle is 5cm long and slupped up in 2 seconds. Not enjoyable."
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: attachments
37+
attributes:
38+
label: Associated Data Files
39+
description: >
40+
Please drag and drop all the necessary data files (e.g. screenshot,
41+
logs, etc) into the box below. Each successful uploads will transform
42+
into their unique URL link on its own.
43+
placeholder: "Please drag and drop it here."
44+
validations:
45+
required: false
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: "Infrastructure (CI, Work System, etc)"
2+
description: "To report a case solely related to infrastructure."
3+
labels: [ "Type/Infrastructure", "State/Discussion" ]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: >
10+
Please provide a short description of what you are looking forward to
11+
have.
12+
placeholder: "E.g: I want an ambient LED light at my noodle isle!"
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: expectation
17+
attributes:
18+
label: Expected Behavior
19+
description: >
20+
Please specify the expected behavior below of your request feature.
21+
placeholder: "E.g: LED light (lime is great!)."
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: current
26+
attributes:
27+
label: Current Behavior
28+
description: >
29+
Please specify the any current behavior (e.g. workarounds).You may
30+
specify "Not Applicable" when it's not applicable.
31+
placeholder: "E.g: Candles... are you serious?"
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: attachments
36+
attributes:
37+
label: Associated Data Files
38+
description: >
39+
Please drag and drop all the necessary data files (e.g. screenshot,
40+
logs, etc) into the box below. Each successful uploads will transform
41+
into their unique URL link on its own.
42+
placeholder: "Please drag and drop it here."
43+
validations:
44+
required: false

.github/ISSUE_TEMPLATE/New.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: "New Feature Request"
2+
description: "To request a new feature for the project."
3+
labels: [ "Type/New Feature", "State/Discussion" ]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: >
10+
Please provide a short description of what you are looking forward to
11+
have.
12+
placeholder: "E.g: I want a soup as a side dish!"
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: expectation
17+
attributes:
18+
label: Expected Behavior
19+
description: >
20+
Please specify the expected behavior below of your request feature.
21+
placeholder: "E.g: the soup must have tonkotsu, shio, shoyu, and miso."
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: current
26+
attributes:
27+
label: Current Behavior
28+
description: >
29+
Please specify the any current behavior (e.g. workarounds).You may
30+
specify "Not Applicable" when it's not applicable.
31+
placeholder: "E.g: no workaround."
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: attachments
36+
attributes:
37+
label: Associated Data Files
38+
description: >
39+
Please drag and drop all the necessary data files (e.g. screenshot,
40+
logs, etc) into the box below. Each successful uploads will transform
41+
into their unique URL link on its own.
42+
placeholder: "Please drag and drop it here."
43+
validations:
44+
required: false

.github/ISSUE_TEMPLATE/Payment.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: "Payment"
2+
description: "To report a case related to a payment transaction for the project."
3+
labels: [ "Type/Payment", "State/Discussion" ]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: >
10+
Please provide a short description of what you are looking forward to
11+
have.
12+
placeholder: "E.g: You forgotten to discount my noodle meal. Please amend."
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: expectation
17+
attributes:
18+
label: Expected Behavior
19+
description: >
20+
Please specify the expected behavior below of your request feature.
21+
placeholder: "E.g: Should be USD8.00, not USD10.00"
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: current
26+
attributes:
27+
label: Current Behavior
28+
description: >
29+
Please specify the any current behavior (e.g. workarounds).You may
30+
specify "Not Applicable" when it's not applicable.
31+
placeholder: "E.g: Being charged at USD10.00."
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: attachments
36+
attributes:
37+
label: Associated Data Files
38+
description: >
39+
Please drag and drop all the necessary data files (e.g. screenshot,
40+
logs, etc) into the box below. Each successful uploads will transform
41+
into their unique URL link on its own.
42+
placeholder: "Please drag and drop it here."
43+
validations:
44+
required: false

0 commit comments

Comments
 (0)