From 057abc0c882a11ad6d3a56bd3c0d5d9bfd68e2af Mon Sep 17 00:00:00 2001 From: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com> Date: Wed, 8 Feb 2023 16:47:55 -0500 Subject: [PATCH 1/3] Add initial issue template for workers-types issues --- .github/ISSUE_TEMPLATE/workers-types.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/workers-types.md diff --git a/.github/ISSUE_TEMPLATE/workers-types.md b/.github/ISSUE_TEMPLATE/workers-types.md new file mode 100644 index 00000000000..c74faab96df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/workers-types.md @@ -0,0 +1,10 @@ +--- +name: workers-types +about: Report an issue or suggestion for workers-types +title: '' +labels: workers-types +assignees: workers-devprod + +--- + + From 3494fa7c3cd2742e356fc6b7cc4269a64da95ed3 Mon Sep 17 00:00:00 2001 From: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com> Date: Thu, 9 Feb 2023 09:27:25 -0500 Subject: [PATCH 2/3] Update .github/ISSUE_TEMPLATE/workers-types.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Somhairle MacLeĆ²id --- .github/ISSUE_TEMPLATE/workers-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/workers-types.md b/.github/ISSUE_TEMPLATE/workers-types.md index c74faab96df..d2816e94450 100644 --- a/.github/ISSUE_TEMPLATE/workers-types.md +++ b/.github/ISSUE_TEMPLATE/workers-types.md @@ -1,6 +1,6 @@ --- name: workers-types -about: Report an issue or suggestion for workers-types +about: Report an issue or suggestion for `@cloudflare/workers-types` title: '' labels: workers-types assignees: workers-devprod From 0aa3409a43167cf1ee14734aaf31bdfe8237fedd Mon Sep 17 00:00:00 2001 From: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com> Date: Thu, 9 Feb 2023 09:28:04 -0500 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/workers-types.md Co-authored-by: MrBBot --- .github/ISSUE_TEMPLATE/workers-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/workers-types.md b/.github/ISSUE_TEMPLATE/workers-types.md index d2816e94450..75bdc39ddf2 100644 --- a/.github/ISSUE_TEMPLATE/workers-types.md +++ b/.github/ISSUE_TEMPLATE/workers-types.md @@ -2,7 +2,7 @@ name: workers-types about: Report an issue or suggestion for `@cloudflare/workers-types` title: '' -labels: workers-types +labels: types assignees: workers-devprod ---