Skip to content

Commit

Permalink
Merge pull request #64 from phantom/brian/add-github-template
Browse files Browse the repository at this point in the history
Add org discussion templates and update bot
  • Loading branch information
bfriel authored Aug 15, 2023
2 parents 24d25fb + cad173a commit 55f0e13
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions .github/DISCUSSION_TEMPLATE/help-&-support.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/telegram_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})

0 comments on commit 55f0e13

Please sign in to comment.