diff --git a/.github/ISSUE_TEMPLATE/feedback_showcase.yml b/.github/ISSUE_TEMPLATE/feedback_showcase.yml new file mode 100644 index 0000000..ab5939d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback_showcase.yml @@ -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? \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1873c13..f10f931 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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! 🎉 \ No newline at end of file