Skip to content

Commit df70b08

Browse files
committed
fix: update issue template branch references from master to main
- Update sync-plugin-docs.yml description (line 40) - Update placeholder from 'master' to 'main' (line 41) - Update default value from 'master' to 'main' (line 42) - Add influxdb3_plugins/ to .gitignore - Ensures template matches influxdb3_plugins default branch
1 parent 2613f5f commit df70b08

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/sync-plugin-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ body:
3737
label: Source Commit/Branch
3838
description: |
3939
Commit SHA, branch name, or tag from influxdb3_plugins repository to sync from.
40-
Leave as `master` to sync from the latest main branch.
41-
placeholder: "master"
42-
value: "master"
40+
Leave as `main` to sync from the latest main branch.
41+
placeholder: "main"
42+
value: "main"
4343
validations:
4444
required: true
4545

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ tmp
3838
# User context files for AI assistant tools
3939
.context/*
4040
!.context/README.md
41+
influxdb3_plugins/

0 commit comments

Comments
 (0)