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:
GJS 2025-04-02 10:01:31 +02:00
parent 6576529110
commit e63d32b4ed
No known key found for this signature in database
GPG key ID: BE32D9EAF927E85B

View file

@ -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.**