mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 13:37:34 +03:00
fix: use pull request template form (#4946)
This commit is contained in:
parent
c991ec48a8
commit
cdae30d1a9
@ -50,11 +50,6 @@
|
||||
</script>
|
||||
|
||||
<Section>
|
||||
<svelte:fragment slot="title">Pull Request Template</svelte:fragment>
|
||||
<svelte:fragment slot="description">
|
||||
Use your pull request template of choice when creating pull requests from GitButler.
|
||||
</svelte:fragment>
|
||||
|
||||
<div>
|
||||
<SectionCard
|
||||
roundedBottom={false}
|
@ -13,6 +13,7 @@
|
||||
import CommitSigningForm from '$lib/settings/userPreferences/CommitSigningForm.svelte';
|
||||
import DetailsForm from '$lib/settings/userPreferences/DetailsForm.svelte';
|
||||
import PreferencesForm from '$lib/settings/userPreferences/PreferencesForm.svelte';
|
||||
import PullRequestTemplateForm from '$lib/settings/userPreferences/PullRequestTemplateForm.svelte';
|
||||
import RemoveProjectForm from '$lib/settings/userPreferences/RemoveProjectForm.svelte';
|
||||
import Spacer from '$lib/shared/Spacer.svelte';
|
||||
|
||||
@ -46,6 +47,7 @@
|
||||
<BaseBranchSwitch />
|
||||
{/if}
|
||||
<DetailsForm />
|
||||
<PullRequestTemplateForm />
|
||||
<RemoveProjectForm />
|
||||
</Section>
|
||||
</TabContent>
|
||||
|
Loading…
Reference in New Issue
Block a user