-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Open
Labels
topic/projectstype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
Feature Description
Gitea issue templates are great! They already allow the automatic assignment of labels on issue creation.
I propose to allow the same for projects (kanban boards).
E.g.
---
name: "Template Name"
about: "This template is for testing!"
title: "[TEST] "
ref: "main"
labels:
- bug
- "help needed"
# new property `projects`:
projects:
- 3 # same-repo level project with ID 3
- ../1 # org level project with ID 1
---
This is the template!
Screenshots
No response
revoio, codeurimpulsif, jtagcat, clicit, 7schewe and 1 more
Metadata
Metadata
Assignees
Labels
topic/projectstype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.