From 24ef37dc11e1a8d149a385d26f0584771c883c5d Mon Sep 17 00:00:00 2001 From: Joshua Liebowitz Date: Wed, 23 Jun 2021 13:55:17 -0700 Subject: [PATCH 1/3] Update issue templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like GitHub wants this named differently 🤷‍♂️ --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++-- .github/ISSUE_TEMPLATE/custom.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a843b4b21d..a3fb956712 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,10 @@ --- name: Bug report about: Filling a bug report -title: "" +title: '' labels: bug -assignees: "" +assignees: '' + --- - [ ] I have updated Purchases SDK to the latest version diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000000..bef3e46c5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,11 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: swift migration +assignees: '' + +--- + +Please add screenshots, links to code, any relevant information, and then add any relevant tag, e.g.: +"Test backfill" for when more tests are needed, or "you can do this" for things that don't need any extra context and are good issues for new folks to help out with. From 74170ed6d31ef66db3e273b29c5f7909bb94829d Mon Sep 17 00:00:00 2001 From: Joshua Liebowitz Date: Wed, 23 Jun 2021 13:56:01 -0700 Subject: [PATCH 2/3] Delete migration_task.md --- .github/ISSUE_TEMPLATE/migration_task.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/migration_task.md diff --git a/.github/ISSUE_TEMPLATE/migration_task.md b/.github/ISSUE_TEMPLATE/migration_task.md deleted file mode 100644 index a12ddf37f2..0000000000 --- a/.github/ISSUE_TEMPLATE/migration_task.md +++ /dev/null @@ -1,3 +0,0 @@ -Please add screenshots, links to code, any relevant information, and then add any relevant tag, e.g.: -"Test backfill" for when more tests are needed, or "you can do this" for things that don't need any -extra context and are good issues for new folks to help out with. From acabc1aee575fff5907fc6b227ec3c6cf405ed05 Mon Sep 17 00:00:00 2001 From: Joshua Liebowitz Date: Wed, 23 Jun 2021 13:58:06 -0700 Subject: [PATCH 3/3] Update custom.md --- .github/ISSUE_TEMPLATE/custom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index bef3e46c5d..183fa1fbde 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,6 +1,6 @@ --- -name: Custom issue template -about: Describe this issue template's purpose here. +name: Swift Migration Task +about: For use when creating issues for any work relating to our Swift migration. title: '' labels: swift migration assignees: ''