-
-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(issue_template): add link to discussions
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/bug_report.yml → .github/ISSUE_TEMPLATE/1-bug_report.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "\U0001F41B Bug Report" | ||
name: "🐞 Bug report" | ||
description: File a bug report | ||
body: | ||
- type: markdown | ||
|
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/feature_request.yml → .github/ISSUE_TEMPLATE/2-feature_request.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "\U0001F680 Feature Request" | ||
name: "⚡ Feature request" | ||
description: Share an idea | ||
labels: ["idea"] | ||
body: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
contact_links: | ||
- name: "🙏 Need help with smooth-scrollbar?" | ||
url: https://github.com/idiotWu/smooth-scrollbar/discussions/new?category=q-a | ||
about: Ask a question in the discussions |