mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +03:00
chore: add notes to other githost types
This commit is contained in:
parent
25bbe28411
commit
bfcc4abc26
@ -45,6 +45,7 @@ export class AzureDevOps implements GitHost {
|
||||
}
|
||||
|
||||
async getAvailablePrTemplates(_path?: string) {
|
||||
// See: https://learn.microsoft.com/en-us/azure/devops/repos/git/pull-request-templates?view=azure-devops#default-pull-request-templates
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
@ -49,6 +49,7 @@ export class BitBucket implements GitHost {
|
||||
}
|
||||
|
||||
async getAvailablePrTemplates(_path?: string) {
|
||||
// See: https://confluence.atlassian.com/bitbucketserver/create-a-pull-request-808488431.html#Createapullrequest-templatePullrequestdescriptiontemplates
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
@ -50,6 +50,7 @@ export class GitLab implements GitHost {
|
||||
}
|
||||
|
||||
async getAvailablePrTemplates(_path?: string) {
|
||||
// See: https://docs.gitlab.com/ee/user/project/description_templates.html
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user