Add feedback_showcase.yml
This commit is contained in:
parent
16b79595ac
commit
bc0128a2bb
2 changed files with 61 additions and 0 deletions
52
.github/ISSUE_TEMPLATE/feedback_showcase.yml
vendored
Normal file
52
.github/ISSUE_TEMPLATE/feedback_showcase.yml
vendored
Normal file
|
@ -0,0 +1,52 @@
|
|||
name: 🎉 Share Your Story
|
||||
description: Share how you're using Hugo ʕ•ᴥ•ʔ Bear Blog or give general feedback
|
||||
labels: ["showcase", "feedback"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for sharing your Hugo ʕ•ᴥ•ʔ Bear Blog story! We love hearing how people are using the theme and what makes it special for them 💝
|
||||
|
||||
- type: dropdown
|
||||
id: feedback-type
|
||||
attributes:
|
||||
label: Type of feedback
|
||||
description: What kind of story would you like to share?
|
||||
options:
|
||||
- "📸 Showcase my site"
|
||||
- "💡 Share my experience"
|
||||
- "❤️ General appreciation"
|
||||
- "💭 Other"
|
||||
|
||||
- type: textarea
|
||||
id: story
|
||||
attributes:
|
||||
label: Your Story
|
||||
description: Tell us about your experience with Hugo ʕ•ᴥ•ʔ Bear Blog!
|
||||
placeholder: |
|
||||
I'm using Hugo ʕ•ᴥ•ʔ Bear Blog for...
|
||||
What I particularly love about it is...
|
||||
You can find my site at... (if you'd like to share)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: customizations
|
||||
attributes:
|
||||
label: Customizations (optional)
|
||||
description: Did you make any interesting customizations to the theme? Feel free to share!
|
||||
placeholder: |
|
||||
I modified...
|
||||
I added...
|
||||
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots (optional)
|
||||
description: If you'd like to show off your site, you can add screenshots here!
|
||||
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional thoughts
|
||||
description: Anything else you'd like to share with the community?
|
|
@ -44,4 +44,13 @@ Pull requests are welcome! Please:
|
|||
4. Include appropriate documentation updates
|
||||
5. Test your changes thoroughly
|
||||
|
||||
## 💝 Share Your Experience
|
||||
We love hearing how people are using Hugo ʕ•ᴥ•ʔ Bear Blog! If you're using the theme for your website, have made interesting customizations, or just want to share your appreciation:
|
||||
|
||||
1. Visit our [issues](https://github.com/janraasch/hugo-bearblog/issues) page
|
||||
2. Select "Share Your Story" template
|
||||
3. Tell us about your experience, share screenshots, or show off your customizations
|
||||
|
||||
Your stories help build our community and might inspire others in their journey!
|
||||
|
||||
Thank you for helping make Hugo ʕ•ᴥ•ʔ Bear Blog better! 🎉
|
Loading…
Add table
Reference in a new issue