Skip to content

Commit

Permalink
Merge pull request #411 from LIT-Protocol/fixIssueTemplate
Browse files Browse the repository at this point in the history
fix(support): Fix github bug report template
  • Loading branch information
Aaryan-R-S authored Mar 29, 2024
2 parents 32a534c + ff5436f commit a9a37e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ body:
options:
- label: I have searched the existing issues
required: true
- type: text
- type: textarea
attributes:
label: SDK version
description: Which version(s) of the SDK are you using?
validations:
required: true
- type: text
- type: textarea
attributes:
label: Lit Network
description: Which Lit network(s) are you using?
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general_support.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🆘 General Support
description: Request general support or assistance
title: "[Team Name] <title-for-the-request>"
title: "[Team Name] <title-for-the-issue>"
labels: [General Support]
body:
- type: textarea
Expand Down

0 comments on commit a9a37e5

Please sign in to comment.