Add GetIssueTemplates()
#603
No reviewers
Labels
No Label
has/backport
has/pull
in progress
invalid
kind/breaking
kind/bug
kind/build
kind/deployment
kind/docs
kind/enhancement
kind/feature
kind/lint
kind/proposal
kind/question
kind/refactor
kind/security
kind/testing
kind/translation
kind/ui
need/backport
priority/critical
priority/low
priority/maybe
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Blocks
Reference: gitea/go-sdk#603
Loading…
Reference in New Issue
No description provided.
Delete Branch "noerw/go-sdk:547-issue-templates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This API was added in 1.16, template forms will be in 1.18.
I don't think we need to add version checks, as the respective
.Form
field will just be empty on unsupported versions, but correct me if I'm wrong here.fixes #547
could you add some tests?
@noerw can you please update this pull :)
@6543 merged current
main
.currently don't have the time. also, from the PR head:
@ -0,0 +1,97 @@
// Copyright 2020 The Gitea Authors. All rights reserved.
Technically 2023, but probably fine here anyways and I don't want to hold this back any more than needed