mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 07:36:05 -04:00
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:
parent
73106c08bb
commit
bde7a0920d
4
.github/REVIEW_GUIDELINES.md
vendored
4
.github/REVIEW_GUIDELINES.md
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user