mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-22 23:03:26 +03:00
Add question issue template
This commit is contained in:
parent
13f618fecd
commit
0e18ba5343
7
.github/ISSUE_TEMPLATE/ask_a_question.md
vendored
Normal file
7
.github/ISSUE_TEMPLATE/ask_a_question.md
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
name: "❓ Ask a question"
|
||||
about: "Ask the community for help 🙏"
|
||||
title: ""
|
||||
labels: "❓ question"
|
||||
assignees: ""
|
||||
---
|
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "🐛 Bug report"
|
||||
about: Create a report to help us improve
|
||||
about: "Something isn't working as expected 🤔"
|
||||
title: ""
|
||||
labels: "🐛 bug"
|
||||
assignees: ""
|
||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
2
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
blank_issues_enabled: false
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "🌊 Feature request"
|
||||
about: Suggest an idea for this project
|
||||
about: "I have a suggestion (and may want to implement it 🙂)"
|
||||
title: ""
|
||||
labels: "🌊 enhancement"
|
||||
assignees: ""
|
||||
|
@ -140,7 +140,7 @@ Open each file and click "Install". This will make the `MesloLGS NF` font availa
|
||||
## Acknowledgments
|
||||
|
||||
- [Powerlevel10k][] - Inspired much of Tide's documentation, resources, ideas, and design.
|
||||
- [Starship][] - Inspired elements of the documentation.
|
||||
- [Starship][] - Inspired elements of the documentation and community health files.
|
||||
|
||||
<!-- Alphabetical Reference Links -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user