docs(issues): encourage the use of conventional commits

It is not enforced but it is widely spread and encouraging its use may
lead to more uniform issue titles overall.

https://www.conventionalcommits.org/en/v1.0.0/
This commit is contained in:
Earl Warren 2024-07-16 14:33:21 +02:00
parent b5efeec7fe
commit 0accdded17
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
name: 🦋 Bug Report (web interface / frontend)
description: Something doesn't look quite as it should? Report it here!
title: "[BUG] "
title: "bug: "
labels: ["bug/new-report", "forgejo/ui"]
body:
- type: markdown

View file

@ -1,6 +1,6 @@
name: 🐛 Bug Report (server / backend)
description: Found something you weren't expecting? Report it here!
title: "[BUG] "
title: "bug: "
labels: bug/new-report
body:
- type: markdown

View file

@ -1,6 +1,6 @@
name: 💡 Feature Request
description: Got an idea for a feature that Forgejo doesn't have yet? Suggest it here!
title: "[FEAT] "
title: "feat: "
labels: ["enhancement/feature"]
body:
- type: markdown