Fixed: Links in review guidelines

- Updated the links to the CONTRIBUTING.md file.
- Fixed the relative link to point to the correct location: `../CONTRIBUTING.md#project-styles`.
- Fixed the relative link to point to the correct location: `../CONTRIBUTING.md#coding-styles`.

modified: .github/REVIEW_GUIDELINES.md
This commit is contained in:
GJS 2025-03-28 09:19:08 +01:00
parent 73106c08bb
commit bde7a0920d
No known key found for this signature in database
GPG Key ID: BE32D9EAF927E85B

View File

@ -28,8 +28,8 @@ Check if the code adheres to the agreed style guidelines of the project (e.g.,
PEP8 for Python, Airbnb style for JavaScript, etc.). Make sure there are no
unused imports, variables, or code fragments in the PR.
- [Project Style](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#project-styles)
- [Coding Style](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#coding-styles)
- [Project Style](../CONTRIBUTING.md#project-styles)
- [Coding Style](../CONTRIBUTING.md#coding-styles)
### Readability and maintainability