templates for self-hosting game jams (or any other kind of jam tbh)
at main 1.8 kB view raw
1name: 🐛 Bug Report 2description: Report a bug in Hugo ʕ•ᴥ•ʔ Bear Blog 3labels: ["bug"] 4body: 5 - type: markdown 6 attributes: 7 value: | 8 Thanks for taking the time to fill out this bug report! Before you proceed: 9 10 1. 🔍 Please search [existing issues](https://github.com/janraasch/hugo-bearblog/issues) to avoid duplicates 11 2. 💭 For general usage questions, consider posting on [Hugo Discourse](https://discourse.gohugo.io/) 12 13 - type: textarea 14 id: bug-description 15 attributes: 16 label: Describe the bug 17 description: A clear and concise description of what the bug is 18 placeholder: When I do X, Y happens instead of Z... 19 validations: 20 required: true 21 22 - type: textarea 23 id: reproduction 24 attributes: 25 label: Steps to reproduce 26 description: Steps to reproduce the behavior 27 placeholder: | 28 1. Go to '...' 29 2. Click on '....' 30 3. Scroll down to '....' 31 4. See error 32 validations: 33 required: true 34 35 - type: textarea 36 id: expected 37 attributes: 38 label: Expected behavior 39 description: A clear and concise description of what you expected to happen 40 validations: 41 required: true 42 43 - type: input 44 id: hugo-version 45 attributes: 46 label: Hugo version 47 description: Output of `hugo version` 48 placeholder: Hugo v0.92.0 49 validations: 50 required: true 51 52 - type: textarea 53 id: config 54 attributes: 55 label: Configuration 56 description: Relevant parts of your Hugo configuration 57 58 - type: textarea 59 id: additional 60 attributes: 61 label: Additional context 62 description: Add any other context about the problem here (screenshots, error messages, etc.)