[Bf-blender-cvs] [8707cab70b6] master: Gitea: don't reference branch in issues by default

Brecht Van Lommel noreply at git.blender.org
Wed Jan 18 16:59:12 CET 2023


Commit: 8707cab70b6959c70be793882d63711ddc36dd17
Author: Brecht Van Lommel
Date:   Wed Jan 18 16:58:09 2023 +0100
Branches: master
https://developer.blender.org/rB8707cab70b6959c70be793882d63711ddc36dd17

Gitea: don't reference branch in issues by default

===================================================================

M	.gitea/issue_template/bug.yaml
M	.gitea/issue_template/design.yaml
M	.gitea/issue_template/todo.yaml
M	.gitea/pull_request_template.yaml

===================================================================

diff --git a/.gitea/issue_template/bug.yaml b/.gitea/issue_template/bug.yaml
index fd0c35da87b..9c4618c3223 100644
--- a/.gitea/issue_template/bug.yaml
+++ b/.gitea/issue_template/bug.yaml
@@ -2,7 +2,6 @@ name: Bug Report
 about: File a bug report
 labels:
   - bug
-ref: master
 body:
   - type: markdown
     attributes:
diff --git a/.gitea/issue_template/design.yaml b/.gitea/issue_template/design.yaml
index b482c8fad42..8c2c6deef29 100644
--- a/.gitea/issue_template/design.yaml
+++ b/.gitea/issue_template/design.yaml
@@ -2,7 +2,6 @@ name: Design
 about: Create a design task (for developers only)
 labels:
   - design
-ref: master
 body:
   - type: textarea
     id: body
diff --git a/.gitea/issue_template/todo.yaml b/.gitea/issue_template/todo.yaml
index 8c08d897b2b..e7fecf043ca 100644
--- a/.gitea/issue_template/todo.yaml
+++ b/.gitea/issue_template/todo.yaml
@@ -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
diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml
index 2690223f366..6affe8cf8d2 100644
--- a/.gitea/pull_request_template.yaml
+++ b/.gitea/pull_request_template.yaml
@@ -1,6 +1,5 @@
 name: Pull Request
 about: Contribute code to Blender
-ref: master
 body:
   - type: markdown
     attributes:



More information about the Bf-blender-cvs mailing list