-
-
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.
This patch initializes the repository. Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
- Loading branch information
0 parents
commit 776a4a8
Showing
497 changed files
with
51,496 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: "Art Directive" | ||
description: "To report a case related to artwork and art direction." | ||
labels: [ "Artwork", "Discussion" ] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: > | ||
Please provide a short description of what you are looking forward to | ||
have. | ||
placeholder: "E.g: I want a soup to be presented as smiling kitty cat face." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Behavior | ||
description: > | ||
Please specify the expected behavior below of your request feature. You | ||
may upload your associated artwork presentations here. | ||
placeholder: "E.g: something like this one (attached sketch file)." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: > | ||
Please specify the any current behavior. You may upload the current | ||
artwork presentation here. | ||
placeholder: "E.g: no art. A bit boring." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Associated Data Files | ||
description: > | ||
Please drag and drop all other necessary data files (e.g. screenshot, | ||
logs, etc) into the box below. Each successful upload shall render an | ||
URL link on its own. | ||
placeholder: "Please drag and drop it here." | ||
validations: | ||
required: false |
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,53 @@ | ||
name: "Bug & Glitch" | ||
description: "To report a bug or a glitch regarding about the project." | ||
labels: [ "Bug", "Discussion" ] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: > | ||
Please provide a short description of what you had encountered. | ||
placeholder: "E.g: Ginseng and white raddish together in a soup, are you crazy?!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Behavior | ||
description: > | ||
Please specify the expected behavior below. | ||
placeholder: "E.g: split them into 2 different soup dishes and recipes." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: > | ||
Please specify the current behavior below. | ||
placeholder: "E.g: 1 recipe with those 2 are gonna be wasteful." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Steps to Reproduce [COMPULSORY] | ||
description: > | ||
Please specify all the steps required to re-produce to the problem. If | ||
the team are not able to reproduce the problem even a slighest symptom | ||
of it, then this ticket shall be closed as "Will Not Implement". | ||
placeholder: "E.g:\n1. Refer the menu. A.\n2. Order item 'Gala Soup'.\n3. Observe." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Associated Data Files | ||
description: > | ||
Please drag and drop all the necessary data files (e.g. screenshot, | ||
logs, etc) into the box below. Each successful uploads shall render an | ||
URL link on its own. | ||
placeholder: "Please drag and drop it here." | ||
validations: | ||
required: false |
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,43 @@ | ||
name: "Communities" | ||
description: "To report a case solely related to the project's communities." | ||
labels: [ "Communities", "Discussion" ] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: > | ||
Please provide a short description of what you are looking forward to | ||
have. | ||
placeholder: "E.g: I want a rave man!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Behavior | ||
description: > | ||
Please specify the expected behavior below of your request feature. | ||
placeholder: "E.g: good food, good drink; lacks the party atmosphere." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: > | ||
Please specify the any current behavior (e.g. workarounds). | ||
placeholder: "E.g: no workaround. Need to spice up a little." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Associated Data Files | ||
description: > | ||
Please drag and drop all the necessary data files (e.g. screenshot, | ||
logs, etc) into the box below. Each successful upload shall render an | ||
URL link on its own. | ||
placeholder: "Please drag and drop it here." | ||
validations: | ||
required: false |
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,51 @@ | ||
name: "Documentations" | ||
description: "To report something about the project's documentation." | ||
labels: [ "Documentation", "Discussion" ] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: > | ||
Please provide a short description of what you had encountered. | ||
placeholder: "E.g: I saw a typo at Section 2.1.3 - 'glicth' should be 'glitch'." | ||
validations: | ||
required: true | ||
- type: input | ||
id: url | ||
attributes: | ||
label: Page URL Address | ||
description: > | ||
Please provide the documentation link if applicable. | ||
placeholder: "E.g: https://www.github.com/hollowaykeanho" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Presentation | ||
description: > | ||
Please specify the expected presentation below. | ||
placeholder: "E.g: ... report a glitch at ..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: > | ||
Please specify the current presentation below. | ||
placeholder: "E.g: Section 2.1.3 -> ... report a glicth at ..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Associated Data Files | ||
description: > | ||
Please drag and drop all the necessary data files (e.g. screenshot, | ||
logs, etc) into the box below. Each successful uploads shall render an | ||
URL link on its own. | ||
placeholder: "Please drag and drop it here." | ||
validations: | ||
required: false |
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,44 @@ | ||
name: "Enhance A Feature" | ||
description: "To request a feature enhancement for the project." | ||
labels: [ "Enhancement", "Discussion" ] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: > | ||
Please provide a short description of what you're looking forward to | ||
enhance or remove. Please include the story behind the idea to better | ||
visualize your case. | ||
placeholder: "E.g: 15cm noodle instead of 5cm - slurp up too quickly." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Behavior | ||
description: > | ||
Please specify the expected behavior below. | ||
placeholder: "E.g: Noodle is at least 15cm longer." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: > | ||
Please specify the current behavior below. | ||
placeholder: "E.g: Noodle is 5cm long and slupped up in 2 seconds. Not enjoyable." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Associated Data Files | ||
description: > | ||
Please drag and drop all the necessary data files (e.g. screenshot, | ||
logs, etc) into the box below. Each successful uploads shall render an | ||
URL link on its own. | ||
placeholder: "Please drag and drop it here." | ||
validations: | ||
required: false |
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,43 @@ | ||
name: "Infrastructure (CI, Work System, etc)" | ||
description: "To report a case solely related to infrastructure." | ||
labels: [ "Infrastructure", "Discussion" ] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: > | ||
Please provide a short description of what you are looking forward to | ||
have. | ||
placeholder: "E.g: I want an ambient light at my noodle isle!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Behavior | ||
description: > | ||
Please specify the expected behavior below of your request feature. | ||
placeholder: "E.g: LED light (lime is great!)." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: > | ||
Please specify the any current behavior (e.g. workarounds). | ||
placeholder: "E.g: Candles... are you serious?" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Associated Data Files | ||
description: > | ||
Please drag and drop all the necessary data files (e.g. screenshot, | ||
logs, etc) into the box below. Each successful upload shall render an | ||
URL link on its own. | ||
placeholder: "Please drag and drop it here." | ||
validations: | ||
required: false |
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,43 @@ | ||
name: "New Feature Request" | ||
description: "To request a new feature for the project." | ||
labels: [ "New Feature", "Discussion" ] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: > | ||
Please provide a short description of what you are looking forward to | ||
have. | ||
placeholder: "E.g: I want a soup as a side dish!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Behavior | ||
description: > | ||
Please specify the expected behavior below of your request feature. | ||
placeholder: "E.g: the soup must have tonkotsu, shio, shoyu, and miso." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: > | ||
Please specify the any current behavior (e.g. workarounds). | ||
placeholder: "E.g: no workaround." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Associated Data Files | ||
description: > | ||
Please drag and drop all the necessary data files (e.g. screenshot, | ||
logs, etc) into the box below. Each successful upload shall render an | ||
URL link on its own. | ||
placeholder: "Please drag and drop it here." | ||
validations: | ||
required: false |
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,43 @@ | ||
name: "Payment" | ||
description: "To report a case related to a payment transaction for the project." | ||
labels: [ "Payment", "Discussion" ] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: > | ||
Please provide a short description of what you are looking forward to | ||
have. | ||
placeholder: "E.g: You forgotten to discount my noodle meal. Please amend." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Behavior | ||
description: > | ||
Please specify the expected behavior below of your request feature. | ||
placeholder: "E.g: Should be USD8.00." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: > | ||
Please specify the any current behavior (e.g. workarounds). | ||
placeholder: "E.g: Being charged USD10.00." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Associated Data Files | ||
description: > | ||
Please drag and drop all the necessary data files (e.g. screenshot, | ||
logs, etc) into the box below. Each successful upload shall render an | ||
URL link on its own. | ||
placeholder: "Please drag and drop it here." | ||
validations: | ||
required: false |
Oops, something went wrong.