From 0824c683bc889183f92216426295fe90ed77e989 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:31:10 -0700 Subject: [PATCH 01/13] fix: new gihub issues form for auth --- .../authentication-bug-report.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/authentication-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/authentication-bug-report.yml b/.github/ISSUE_TEMPLATE/authentication-bug-report.yml new file mode 100644 index 0000000..81e9000 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/authentication-bug-report.yml @@ -0,0 +1,45 @@ +name: Authentication +description: Report a bug related to third-party authentication services. +labels: ["product: authentication"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From 4ae8e812aa5478bb68a90ba599245a7abbc9e22f Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:34:07 -0700 Subject: [PATCH 02/13] fix: new gihub issues form for chat --- .github/ISSUE_TEMPLATE/chat-bug-report.yml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/chat-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/chat-bug-report.yml b/.github/ISSUE_TEMPLATE/chat-bug-report.yml new file mode 100644 index 0000000..4047d80 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chat-bug-report.yml @@ -0,0 +1,45 @@ +name: Chat and IRC +description: Report a bug related to third-party chat services. +labels: ["product: chat"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From 623013b0d7229bc1c9b1a38c5c222602f3d6f33d Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:35:54 -0700 Subject: [PATCH 03/13] fix: new gihub issues form for dev site --- .../developer-site-bug-report.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/developer-site-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml b/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml new file mode 100644 index 0000000..f98d500 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml @@ -0,0 +1,45 @@ +name: Developer Site +description: Report a bug related to the developer site (e.g. issues with application management). +labels: ["product: dev site"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From 75c58570152a785c9031d7820c28ead4e7d50876 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:37:28 -0700 Subject: [PATCH 04/13] fix: new gihub issues form for docs --- .../documentation-bug-report.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/documentation-bug-report.yml b/.github/ISSUE_TEMPLATE/documentation-bug-report.yml new file mode 100644 index 0000000..0c69986 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-bug-report.yml @@ -0,0 +1,45 @@ +name: Documentation +description: Report a bug or mistake on dev.twitch.tv/docs. +labels: ["product: docs"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From f56c0092c7ee896e6fe6a3386e0693089998d437 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:39:10 -0700 Subject: [PATCH 05/13] fix: new gihub issues form for embeds --- .github/ISSUE_TEMPLATE/embed-bug-report.yml | 45 +++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/embed-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/embed-bug-report.yml b/.github/ISSUE_TEMPLATE/embed-bug-report.yml new file mode 100644 index 0000000..1fb65f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/embed-bug-report.yml @@ -0,0 +1,45 @@ +name: Twitch Embeds +description: Report a bug related to Twitch embeds. +labels: ["product: embeds"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From 6e751376071bf0beff6995b070631f32c340cec9 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:40:31 -0700 Subject: [PATCH 06/13] fix: new gihub issues form for events --- .github/ISSUE_TEMPLATE/events-bug-report.yml | 45 ++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/events-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/events-bug-report.yml b/.github/ISSUE_TEMPLATE/events-bug-report.yml new file mode 100644 index 0000000..2a26fb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/events-bug-report.yml @@ -0,0 +1,45 @@ +name: EventSub (Webhooks and WebSockets) +description: Report a bug related to EventSub or webhooks. +labels: ["product: eventsub"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From 6de9b7a5da07f870c667c1a088c5364b1e483653 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:42:06 -0700 Subject: [PATCH 07/13] fix: new gihub issues form for extensions --- .../ISSUE_TEMPLATE/extensions-bug-report.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/extensions-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/extensions-bug-report.yml b/.github/ISSUE_TEMPLATE/extensions-bug-report.yml new file mode 100644 index 0000000..aca242d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/extensions-bug-report.yml @@ -0,0 +1,45 @@ +name: Twitch Extensions +description: Report a bug with Twitch Extensions. +labels: ["product: extensions"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From 3fae8536f81fcd6ca0d4f50312472d5376e0fc86 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:43:20 -0700 Subject: [PATCH 08/13] fix: new gihub issues form for github --- .github/ISSUE_TEMPLATE/github-bug-report.yml | 45 ++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/github-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/github-bug-report.yml b/.github/ISSUE_TEMPLATE/github-bug-report.yml new file mode 100644 index 0000000..b516ad4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/github-bug-report.yml @@ -0,0 +1,45 @@ +name: GitHub Examples +description: Report a bug or suggestion for examples in the TwitchDev GitHub organization. +labels: ["product: github examples"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From 1d538a308e2c028a653b39820fc018dbb1ddab9b Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:45:45 -0700 Subject: [PATCH 09/13] fix: new gihub issues form for api --- .github/ISSUE_TEMPLATE/helix-bug-report.yml | 45 +++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/helix-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/helix-bug-report.yml b/.github/ISSUE_TEMPLATE/helix-bug-report.yml new file mode 100644 index 0000000..144f159 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/helix-bug-report.yml @@ -0,0 +1,45 @@ +name: Twitch API +description: Report a bug related to API endpoints in the "helix" namespace. +labels: ["product: api"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From cd55a58ad4fe7f555ac9ee67f3f458d67bb69eaf Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:46:51 -0700 Subject: [PATCH 10/13] fix: new gihub issues form for pubsub --- .github/ISSUE_TEMPLATE/pubsub-bug-report.yml | 45 ++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pubsub-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml b/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml new file mode 100644 index 0000000..aae8e25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml @@ -0,0 +1,45 @@ +name: PubSub +description: Report a bug related to the PubSub service. +labels: ["product: pubsub"] +body: + - type: markdown + attributes: + value: | + Please provide as much information as possible. This will help us resolve the issue quickly and accurately. + - type: markdown + attributes: + value: --- + - type: textarea + id: description + attributes: + label: Brief Description + description: | + Description of what the issue is. + - type: textarea + id: reproduce + attributes: + label: How to reproduce + placeholder: | + 1. ... + 2. ... + 3. ... + - type: textarea + id: behavior + attributes: + label: Expected behavior + - type: textarea + id: screenshots + attributes: + label: Screenshots + - type: textarea + id: context + attributes: + label: Additional context or questions + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: I have verified that this is not a duplicate issue. + options: + - label: I agree + required: true \ No newline at end of file From 3bb8c119c1a43bb031ed2dac9a1da3ab97d9a4fb Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:52:26 -0700 Subject: [PATCH 11/13] fix: delete markdown issues --- .../authentication-bug-report.md | 18 ------------------ .github/ISSUE_TEMPLATE/chat-bug-report.md | 18 ------------------ .../developer-site-bug-report.md | 18 ------------------ .../ISSUE_TEMPLATE/documentation-bug-report.md | 16 ---------------- .github/ISSUE_TEMPLATE/embed-bug-report.md | 18 ------------------ .github/ISSUE_TEMPLATE/events-bug-report.md | 18 ------------------ .../ISSUE_TEMPLATE/extensions-bug-report.md | 18 ------------------ .github/ISSUE_TEMPLATE/github-bug-report.md | 8 -------- .github/ISSUE_TEMPLATE/helix-bug-report.md | 18 ------------------ .github/ISSUE_TEMPLATE/pubsub-bug-report.md | 18 ------------------ 10 files changed, 168 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/authentication-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/chat-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/developer-site-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/documentation-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/embed-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/events-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/extensions-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/github-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/helix-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/pubsub-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/authentication-bug-report.md b/.github/ISSUE_TEMPLATE/authentication-bug-report.md deleted file mode 100644 index a34ccfa..0000000 --- a/.github/ISSUE_TEMPLATE/authentication-bug-report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Authentication -about: Report a bug related to third-party authentication services. -title: '' -labels: 'product: authentication' -assignees: '' - ---- - -**Brief description** - -**How to reproduce** - -**Expected behavior** - -**Screenshots** - -**Additional context or questions** diff --git a/.github/ISSUE_TEMPLATE/chat-bug-report.md b/.github/ISSUE_TEMPLATE/chat-bug-report.md deleted file mode 100644 index 3a0d2a4..0000000 --- a/.github/ISSUE_TEMPLATE/chat-bug-report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Chat and IRC -about: Report a bug related to third-party chat services. -title: '' -labels: 'product: chat' -assignees: '' - ---- - -**Brief description** - -**How to reproduce** - -**Expected behavior** - -**Screenshots** - -**Additional context or questions** diff --git a/.github/ISSUE_TEMPLATE/developer-site-bug-report.md b/.github/ISSUE_TEMPLATE/developer-site-bug-report.md deleted file mode 100644 index ae6adae..0000000 --- a/.github/ISSUE_TEMPLATE/developer-site-bug-report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Developer Site -about: Report a bug related to the developer site (e.g. issues with application management). -title: '' -labels: 'product: dev site' -assignees: '' - ---- - -**Brief description** - -**How to reproduce** - -**Expected behavior** - -**Screenshots** - -**Additional context or questions** diff --git a/.github/ISSUE_TEMPLATE/documentation-bug-report.md b/.github/ISSUE_TEMPLATE/documentation-bug-report.md deleted file mode 100644 index e9bf59b..0000000 --- a/.github/ISSUE_TEMPLATE/documentation-bug-report.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Documentation -about: Report a bug or mistake on dev.twitch.tv/docs. -title: '' -labels: 'product: docs' -assignees: '' - ---- - -**Brief description** - -**Expected documentation** - -**Screenshots** - -**Additional context or questions** diff --git a/.github/ISSUE_TEMPLATE/embed-bug-report.md b/.github/ISSUE_TEMPLATE/embed-bug-report.md deleted file mode 100644 index 31ddcb6..0000000 --- a/.github/ISSUE_TEMPLATE/embed-bug-report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Twitch Embeds -about: Report a bug related to Twitch embeds. -title: '' -labels: 'product: embeds' -assignees: '' - ---- - -**Brief description** - -**How to reproduce** - -**Expected behavior** - -**Screenshots** - -**Additional context or questions** diff --git a/.github/ISSUE_TEMPLATE/events-bug-report.md b/.github/ISSUE_TEMPLATE/events-bug-report.md deleted file mode 100644 index 070af93..0000000 --- a/.github/ISSUE_TEMPLATE/events-bug-report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: EventSub (Webhooks and WebSockets) -about: Report a bug related to EventSub or webhooks. -title: '' -labels: 'product: eventsub' -assignees: '' - ---- - -**Brief description** - -**How to reproduce** - -**Expected behavior** - -**Screenshots** - -**Additional context or questions** diff --git a/.github/ISSUE_TEMPLATE/extensions-bug-report.md b/.github/ISSUE_TEMPLATE/extensions-bug-report.md deleted file mode 100644 index 4b16cd0..0000000 --- a/.github/ISSUE_TEMPLATE/extensions-bug-report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Twitch Extensions -about: Report a bug with Twitch Extensions. -title: '' -labels: 'product: extensions' -assignees: '' - ---- - -**Brief description** - -**How to reproduce** - -**Expected behavior** - -**Screenshots** - -**Additional context or questions** diff --git a/.github/ISSUE_TEMPLATE/github-bug-report.md b/.github/ISSUE_TEMPLATE/github-bug-report.md deleted file mode 100644 index 90910b7..0000000 --- a/.github/ISSUE_TEMPLATE/github-bug-report.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: GitHub Examples -about: Report a bug or suggestion for examples in the TwitchDev GitHub organization. -title: '' -labels: 'product: github examples' -assignees: '' - ---- diff --git a/.github/ISSUE_TEMPLATE/helix-bug-report.md b/.github/ISSUE_TEMPLATE/helix-bug-report.md deleted file mode 100644 index f2c4f17..0000000 --- a/.github/ISSUE_TEMPLATE/helix-bug-report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Twitch API -about: Report a bug related to API endpoints in the "helix" namespace. -title: '' -labels: 'product: api' -assignees: '' - ---- - -**Brief description** - -**How to reproduce** - -**Expected behavior** - -**Screenshots** - -**Additional context or questions** diff --git a/.github/ISSUE_TEMPLATE/pubsub-bug-report.md b/.github/ISSUE_TEMPLATE/pubsub-bug-report.md deleted file mode 100644 index 7ba7aa9..0000000 --- a/.github/ISSUE_TEMPLATE/pubsub-bug-report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: PubSub -about: Report a bug related to the PubSub service. -title: '' -labels: 'product: pubsub' -assignees: '' - ---- - -**Brief description** - -**How to reproduce** - -**Expected behavior** - -**Screenshots** - -**Additional context or questions** From 3a9895f4afd23a0ecbececc567a9e17a6bbb6ed2 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:54:52 -0700 Subject: [PATCH 12/13] fix: delete redundant description --- .github/ISSUE_TEMPLATE/authentication-bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/chat-bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/developer-site-bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/documentation-bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/embed-bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/events-bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/extensions-bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/github-bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/helix-bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/pubsub-bug-report.yml | 2 -- 10 files changed, 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/authentication-bug-report.yml b/.github/ISSUE_TEMPLATE/authentication-bug-report.yml index 81e9000..a007a9c 100644 --- a/.github/ISSUE_TEMPLATE/authentication-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/authentication-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/chat-bug-report.yml b/.github/ISSUE_TEMPLATE/chat-bug-report.yml index 4047d80..3758577 100644 --- a/.github/ISSUE_TEMPLATE/chat-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/chat-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml b/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml index f98d500..8f58c61 100644 --- a/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation-bug-report.yml b/.github/ISSUE_TEMPLATE/documentation-bug-report.yml index 0c69986..172817a 100644 --- a/.github/ISSUE_TEMPLATE/documentation-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/documentation-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/embed-bug-report.yml b/.github/ISSUE_TEMPLATE/embed-bug-report.yml index 1fb65f8..be08275 100644 --- a/.github/ISSUE_TEMPLATE/embed-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/embed-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/events-bug-report.yml b/.github/ISSUE_TEMPLATE/events-bug-report.yml index 2a26fb5..709cc42 100644 --- a/.github/ISSUE_TEMPLATE/events-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/events-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/extensions-bug-report.yml b/.github/ISSUE_TEMPLATE/extensions-bug-report.yml index aca242d..effbd2f 100644 --- a/.github/ISSUE_TEMPLATE/extensions-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/extensions-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/github-bug-report.yml b/.github/ISSUE_TEMPLATE/github-bug-report.yml index b516ad4..256dffb 100644 --- a/.github/ISSUE_TEMPLATE/github-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/github-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/helix-bug-report.yml b/.github/ISSUE_TEMPLATE/helix-bug-report.yml index 144f159..47e0558 100644 --- a/.github/ISSUE_TEMPLATE/helix-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/helix-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml b/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml index aae8e25..026b350 100644 --- a/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml @@ -13,8 +13,6 @@ body: id: description attributes: label: Brief Description - description: | - Description of what the issue is. - type: textarea id: reproduce attributes: From 5cd13ed339998af9b6e391ea198a7ed33789a468 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:57:26 -0700 Subject: [PATCH 13/13] fix: remove unecessary placeholders --- .github/ISSUE_TEMPLATE/authentication-bug-report.yml | 4 ---- .github/ISSUE_TEMPLATE/chat-bug-report.yml | 4 ---- .github/ISSUE_TEMPLATE/developer-site-bug-report.yml | 4 ---- .github/ISSUE_TEMPLATE/documentation-bug-report.yml | 4 ---- .github/ISSUE_TEMPLATE/embed-bug-report.yml | 4 ---- .github/ISSUE_TEMPLATE/events-bug-report.yml | 4 ---- .github/ISSUE_TEMPLATE/extensions-bug-report.yml | 4 ---- .github/ISSUE_TEMPLATE/github-bug-report.yml | 4 ---- .github/ISSUE_TEMPLATE/helix-bug-report.yml | 4 ---- .github/ISSUE_TEMPLATE/pubsub-bug-report.yml | 4 ---- 10 files changed, 40 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/authentication-bug-report.yml b/.github/ISSUE_TEMPLATE/authentication-bug-report.yml index a007a9c..e3a98bb 100644 --- a/.github/ISSUE_TEMPLATE/authentication-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/authentication-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/chat-bug-report.yml b/.github/ISSUE_TEMPLATE/chat-bug-report.yml index 3758577..0065097 100644 --- a/.github/ISSUE_TEMPLATE/chat-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/chat-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml b/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml index 8f58c61..cdf92f1 100644 --- a/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/developer-site-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation-bug-report.yml b/.github/ISSUE_TEMPLATE/documentation-bug-report.yml index 172817a..271091a 100644 --- a/.github/ISSUE_TEMPLATE/documentation-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/documentation-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/embed-bug-report.yml b/.github/ISSUE_TEMPLATE/embed-bug-report.yml index be08275..79f92e5 100644 --- a/.github/ISSUE_TEMPLATE/embed-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/embed-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/events-bug-report.yml b/.github/ISSUE_TEMPLATE/events-bug-report.yml index 709cc42..fc2533e 100644 --- a/.github/ISSUE_TEMPLATE/events-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/events-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/extensions-bug-report.yml b/.github/ISSUE_TEMPLATE/extensions-bug-report.yml index effbd2f..5ce7dbc 100644 --- a/.github/ISSUE_TEMPLATE/extensions-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/extensions-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/github-bug-report.yml b/.github/ISSUE_TEMPLATE/github-bug-report.yml index 256dffb..7cbd067 100644 --- a/.github/ISSUE_TEMPLATE/github-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/github-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/helix-bug-report.yml b/.github/ISSUE_TEMPLATE/helix-bug-report.yml index 47e0558..f5a156f 100644 --- a/.github/ISSUE_TEMPLATE/helix-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/helix-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml b/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml index 026b350..05dc4b0 100644 --- a/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/pubsub-bug-report.yml @@ -17,10 +17,6 @@ body: id: reproduce attributes: label: How to reproduce - placeholder: | - 1. ... - 2. ... - 3. ... - type: textarea id: behavior attributes: