From 4cead50aaab6e08be0b535fd4472f85d33f7deda Mon Sep 17 00:00:00 2001
From: a456pur <77299925+a456pur@users.noreply.github.com>
Date: Wed, 13 Sep 2023 11:41:08 +1000
Subject: [PATCH 1/6] start of new issue templates
---
.../\360\237\220\236-website-bug.md" | 24 +++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\220\236-website-bug.md"
diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\236-website-bug.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\236-website-bug.md"
new file mode 100644
index 000000000..d219c9098
--- /dev/null
+++ "b/.github/ISSUE_TEMPLATE/\360\237\220\236-website-bug.md"
@@ -0,0 +1,24 @@
+---
+name: "\U0001F41E website bug"
+about: if your experiencing a bug with the website, use this template
+title: ''
+labels: website bug
+assignees: a456pur
+
+---
+
+**what is the bug**
+a description of the bug you are facing
+
+**reproduce**
+write steps here that leads to the error (for example: 1. click on page 2. click on button 3. error occurs). this section is not required, but is strongly recommended
+
+**screenshots**
+if you can, add screenshots to help better communicate your problem
+
+**device information**
+operating system: (eg: windows, mac, linux)
+browser (eg: edge, chrome, opera, arc)
+
+**additional notes**
+you can leave anything else you'd like to say about the bug here
From 634d5c649a30191f643f86342b341fdcabcba346 Mon Sep 17 00:00:00 2001
From: a456pur <77299925+a456pur@users.noreply.github.com>
Date: Wed, 13 Sep 2023 12:08:02 +1000
Subject: [PATCH 2/6] final update for issue templates
---
.../ISSUE_TEMPLATE/\342\214\250-game-bug.md" | 26 +++++++++++++++++++
.../ISSUE_TEMPLATE/\342\235\223-question.md" | 10 +++++++
.../\360\237\216\256-game-suggestion.md" | 16 ++++++++++++
.../\360\237\220\236-website-bug.md" | 2 +-
.../\360\237\222\241-website-suggestion.md" | 17 ++++++++++++
.../ISSUE_TEMPLATE/\360\237\222\255-other.md" | 10 +++++++
6 files changed, 80 insertions(+), 1 deletion(-)
create mode 100644 ".github/ISSUE_TEMPLATE/\342\214\250-game-bug.md"
create mode 100644 ".github/ISSUE_TEMPLATE/\342\235\223-question.md"
create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\216\256-game-suggestion.md"
create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\222\241-website-suggestion.md"
create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\222\255-other.md"
diff --git "a/.github/ISSUE_TEMPLATE/\342\214\250-game-bug.md" "b/.github/ISSUE_TEMPLATE/\342\214\250-game-bug.md"
new file mode 100644
index 000000000..420d7b6ac
--- /dev/null
+++ "b/.github/ISSUE_TEMPLATE/\342\214\250-game-bug.md"
@@ -0,0 +1,26 @@
+---
+name: "⌨ game bug"
+about: if your experiencing a bug with a game on the website, use this template
+title: "[Game Bug]"
+labels: game-specific bug
+assignees: a456pur
+
+---
+
+**game name:** [game name here]
+
+**what is the bug**
+a description of the bug you are facing
+
+**reproduce**
+write steps here that leads to the error (for example: 1. click on page 2. click on button 3. error occurs). this section is not required, but is strongly recommended
+
+**screenshots**
+if you can, add screenshots to help better communicate your problem
+
+**device information**
+operating system: (eg: windows, mac, linux)
+browser (eg: edge, chrome, opera, arc)
+
+**additional notes**
+you can leave anything else you'd like to say about the bug here
diff --git "a/.github/ISSUE_TEMPLATE/\342\235\223-question.md" "b/.github/ISSUE_TEMPLATE/\342\235\223-question.md"
new file mode 100644
index 000000000..36e76f1fb
--- /dev/null
+++ "b/.github/ISSUE_TEMPLATE/\342\235\223-question.md"
@@ -0,0 +1,10 @@
+---
+name: "❓ question"
+about: have a question about seraph?
+title: "[Question] "
+labels: question
+assignees: a456pur
+
+---
+
+type your question here. feel free to use as much detail as you would like.
diff --git "a/.github/ISSUE_TEMPLATE/\360\237\216\256-game-suggestion.md" "b/.github/ISSUE_TEMPLATE/\360\237\216\256-game-suggestion.md"
new file mode 100644
index 000000000..435036f17
--- /dev/null
+++ "b/.github/ISSUE_TEMPLATE/\360\237\216\256-game-suggestion.md"
@@ -0,0 +1,16 @@
+---
+name: "\U0001F3AE game suggestion"
+about: suggest a game to be added to seraph
+title: "[Game Suggestion] "
+labels: game addition
+assignees: a456pur
+
+---
+
+**name of game:** [gamenamehere]
+
+**link to game**
+a direct link to the game. not required but strongly recommended
+
+**additional notes**
+you can leave anything else you'd like to say about the game here
diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\236-website-bug.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\236-website-bug.md"
index d219c9098..4a6d14c21 100644
--- "a/.github/ISSUE_TEMPLATE/\360\237\220\236-website-bug.md"
+++ "b/.github/ISSUE_TEMPLATE/\360\237\220\236-website-bug.md"
@@ -1,7 +1,7 @@
---
name: "\U0001F41E website bug"
about: if your experiencing a bug with the website, use this template
-title: ''
+title: "[Bug] "
labels: website bug
assignees: a456pur
diff --git "a/.github/ISSUE_TEMPLATE/\360\237\222\241-website-suggestion.md" "b/.github/ISSUE_TEMPLATE/\360\237\222\241-website-suggestion.md"
new file mode 100644
index 000000000..b9850ee62
--- /dev/null
+++ "b/.github/ISSUE_TEMPLATE/\360\237\222\241-website-suggestion.md"
@@ -0,0 +1,17 @@
+---
+name: "\U0001F4A1 website suggestion"
+about: suggest something to be added to seraph
+title: "[Suggestion] "
+labels: suggestion
+assignees: a456pur
+
+---
+
+**suggestion**
+what is your suggestion? feel free to write as much as you want
+
+**reproduce**
+write steps here that leads to the error (for example: 1. click on page 2. click on button 3. error occurs). this section is not required, but is strongly recommended
+
+**additional notes**
+you can leave anything else you'd like to say about the suggestion here
diff --git "a/.github/ISSUE_TEMPLATE/\360\237\222\255-other.md" "b/.github/ISSUE_TEMPLATE/\360\237\222\255-other.md"
new file mode 100644
index 000000000..edc41ace4
--- /dev/null
+++ "b/.github/ISSUE_TEMPLATE/\360\237\222\255-other.md"
@@ -0,0 +1,10 @@
+---
+name: "\U0001F4AD other"
+about: a blank template to use if none of the other templates suit your needs
+title: "[Other] "
+labels: other
+assignees: a456pur
+
+---
+
+
From 99b9e68a19888b8326a92e7fc505f7a46098150c Mon Sep 17 00:00:00 2001
From: a456pur <77299925+a456pur@users.noreply.github.com>
Date: Wed, 13 Sep 2023 12:09:25 +1000
Subject: [PATCH 3/6] adjusted issue creation link
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 27eceaf5b..e854e5dc6 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
go to seraph
·
- report issue / request feature
+ report issue / request feature
all games playable on this website are complete copyright/property of their respective owners.
-// website created/developed by @a456pur \\
+// website created & developed by @a456pur \\