From 18c5bc79f7192209cab41090579cb5effd5a01d8 Mon Sep 17 00:00:00 2001 From: Brian Friel Date: Mon, 14 Aug 2023 20:29:12 -0700 Subject: [PATCH 1/2] add help & support discussion template --- .../DISCUSSION_TEMPLATE/help-&-support.yml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/help-&-support.yml diff --git a/.github/DISCUSSION_TEMPLATE/help-&-support.yml b/.github/DISCUSSION_TEMPLATE/help-&-support.yml new file mode 100644 index 0000000..64ab33b --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/help-&-support.yml @@ -0,0 +1,32 @@ +body: + - type: textarea + attributes: + label: Summary + description: A concise description of the issue you're facing. + validations: + required: true + - type: input + attributes: + label: Example + description: Share a link to a site where we can reproduce to the issue. + validations: + required: false + - type: textarea + attributes: + label: Steps to Reproduce + description: Let us know how we can replicate the problem. Please include code, error messages, screenshots, or any other details needed to help us see exactly what is happening. + validations: + required: true + - type: input + attributes: + label: Phantom Version + description: If applicable, please share the version of Phantom you're using. + validations: + required: false + - type: checkboxes + attributes: + label: Is there an existing discussion for this? + description: Please search to see if a discussion already exists for the issue you're facing. + options: + - label: I have searched the existing discussions + required: true From cad173af5a95daebb29a9c30e6db6974909776a7 Mon Sep 17 00:00:00 2001 From: Brian Friel Date: Mon, 14 Aug 2023 20:30:58 -0700 Subject: [PATCH 2/2] prefix telegram announcements with: New Phantom Developer Announcement --- .github/workflows/telegram_message.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/telegram_message.yml b/.github/workflows/telegram_message.yml index 86115b7..0602c44 100644 --- a/.github/workflows/telegram_message.yml +++ b/.github/workflows/telegram_message.yml @@ -13,4 +13,4 @@ jobs: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} message: | - New post in GitHub Discussions: [${{ github.event.discussion.title }}](${{ github.event.discussion.html_url }}) + New Phantom Developer Announcement: [${{ github.event.discussion.title }}](${{ github.event.discussion.html_url }})