Skip to content

Commit ebfe537

Browse files
committed
fix: Update URLs in issue templates to reflect correct paths for contributing guide and code of conduct
1 parent f46448d commit ebfe537

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://github.com/owndev/Open-WebUI-Functions/blob/main/README.md
55
about: Start with the README and provider-specific docs before opening a support request.
66
- name: Review the contributing guide
7-
url: https://github.com/owndev/Open-WebUI-Functions/blob/main/CONTRIBUTING.md
7+
url: https://github.com/owndev/Open-WebUI-Functions/blob/main/.github/CONTRIBUTING.md
88
about: Learn the preferred workflow for feature proposals, pull requests, and repository contributions.

.github/ISSUE_TEMPLATE/feature-contribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
label: Contribution checklist
2020
description: Please confirm the essentials.
2121
options:
22-
- label: I reviewed the [Contributing Guide](https://github.com/owndev/Open-WebUI-Functions/blob/main/CONTRIBUTING.md).
22+
- label: I reviewed the [Contributing Guide](https://github.com/owndev/Open-WebUI-Functions/blob/main/.github/CONTRIBUTING.md).
2323
required: true
2424
- label: I reviewed the [Code of Conduct](https://github.com/owndev/Open-WebUI-Functions/blob/main/.github/CODE_OF_CONDUCT.md).
2525
required: true

.github/workflows/gitversion-badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
"release/**",
4545
"dev",
4646
"develop",
47-
"feature/**",
47+
"feature/**"
4848
]
4949
tags: ["v*"] # Trigger on version tags (e.g., v1.0.0)
5050
workflow_dispatch:

0 commit comments

Comments
 (0)