templates for self-hosting game jams (or any other kind of jam tbh)
1name: ✨ Feature Request
2description: Suggest an idea for Hugo ʕ•ᴥ•ʔ Bear Blog
3labels: ["enhancement"]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thanks for your interest in improving Hugo ʕ•ᴥ•ʔ Bear Blog! Before proceeding:
9
10 1. 🔍 Please check [existing issues](https://github.com/janraasch/hugo-bearblog/issues) for similar suggestions
11 2. 🎯 Note that we aim to maintain a minimal feature set, similar to the original [Bear Blog](https://bearblog.dev)
12 3. 💡 Consider if your need could be met using existing Hugo features
13
14 - type: textarea
15 id: problem
16 attributes:
17 label: Is your feature request related to a problem?
18 description: A clear and concise description of what the problem is
19 placeholder: My site is slow because [...]
20 validations:
21 required: true
22
23 - type: textarea
24 id: solution
25 attributes:
26 label: Describe the solution you'd like
27 description: A clear and concise description of what you want to happen
28 validations:
29 required: true
30
31 - type: textarea
32 id: alternatives
33 attributes:
34 label: Describe alternatives you've considered
35 description: A clear and concise description of any alternative solutions or features you've considered
36
37 - type: textarea
38 id: context
39 attributes:
40 label: Additional context
41 description: How does this feature align with the theme's minimalist philosophy? Add any other context or screenshots about the feature request here