Gitea: don't reference branch in issues by default

This commit is contained in:
Brecht Van Lommel 2023-01-18 16:58:09 +01:00
parent 9ccec5715e
commit 8707cab70b
4 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,6 @@ name: Bug Report
about: File a bug report
labels:
- bug
ref: master
body:
- type: markdown
attributes:

View File

@ -2,7 +2,6 @@ name: Design
about: Create a design task (for developers only)
labels:
- design
ref: master
body:
- type: textarea
id: body

View File

@ -2,7 +2,6 @@ name: To Do
about: Create a to do task (for developers only)
labels:
- todo
ref: master
body:
- type: textarea
id: body

View File

@ -1,6 +1,5 @@
name: Pull Request
about: Contribute code to Blender
ref: master
body:
- type: markdown
attributes: