mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 01:05:14 +00:00
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:
parent
b5efeec7fe
commit
0accdded17
|
@ -1,6 +1,6 @@
|
||||||
name: 🦋 Bug Report (web interface / frontend)
|
name: 🦋 Bug Report (web interface / frontend)
|
||||||
description: Something doesn't look quite as it should? Report it here!
|
description: Something doesn't look quite as it should? Report it here!
|
||||||
title: "[BUG] "
|
title: "bug: "
|
||||||
labels: ["bug/new-report", "forgejo/ui"]
|
labels: ["bug/new-report", "forgejo/ui"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: 🐛 Bug Report (server / backend)
|
name: 🐛 Bug Report (server / backend)
|
||||||
description: Found something you weren't expecting? Report it here!
|
description: Found something you weren't expecting? Report it here!
|
||||||
title: "[BUG] "
|
title: "bug: "
|
||||||
labels: bug/new-report
|
labels: bug/new-report
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: 💡 Feature Request
|
name: 💡 Feature Request
|
||||||
description: Got an idea for a feature that Forgejo doesn't have yet? Suggest it here!
|
description: Got an idea for a feature that Forgejo doesn't have yet? Suggest it here!
|
||||||
title: "[FEAT] "
|
title: "feat: "
|
||||||
labels: ["enhancement/feature"]
|
labels: ["enhancement/feature"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Reference in a new issue