mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
Fixed: Correct link to Pull Request guidelines in CONTRIBUTING.md
- Updated the link to the Pull Request guidelines to use a relative link instead of an absolute one. - Ensured the link now correctly references the section within the same file. modified: CONTRIBUTING.md
This commit is contained in:
parent
6576529110
commit
e63d32b4ed
1 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@ to review the appropriate one for your contribution.
|
|||
- I have considered potential security impacts and mitigated risks.
|
||||
- Dependency updates are listed and explained.
|
||||
- I have read and understood the
|
||||
[Pull Request guidelines](../CONTRIBUTING.md#recommended-pull-request-guideline).
|
||||
[Pull Request guidelines](#recommended-pull-request-guideline).
|
||||
|
||||
10. **When publishing your PR, set it as a** `Draft pull request` **to allow
|
||||
for review and prevent automatic merging.**
|
||||
|
@ -410,7 +410,7 @@ early on, helping to avoid issues down the line.
|
|||
- I have considered potential security impacts and mitigated risks.
|
||||
- Dependency updates are listed and explained.
|
||||
- I have read and understood the
|
||||
[Pull Request guidelines](../CONTRIBUTING.md#recommended-pull-request-guideline).
|
||||
[Pull Request guidelines](#recommended-pull-request-guideline).
|
||||
|
||||
10. **When publishing your PR, set it as a** `Draft pull request` **to allow for
|
||||
review and prevent automatic merging.**
|
||||
|
|
Loading…
Add table
Reference in a new issue