Updated: Add missing details to pull request guideline

- Added a section to the "Recommended Pull Request Guideline" in CONTRIBUTING.md.
- Included a recommendation to initiate a discussion by creating an empty pull request.
- Ensured alignment on feature direction and scope to avoid conflicts and issues.

modified: CONTRIBUTING.md
This commit is contained in:
GJS 2025-03-27 20:21:21 +01:00
parent e105d690f6
commit 36ef4d1a2c
No known key found for this signature in database
GPG Key ID: BE32D9EAF927E85B

View File

@ -349,6 +349,12 @@ are stuck on.
### Recommended Pull Request Guideline
Before jumping into coding, it's recommended to initiate a discussion by
creating an empty pull request. This approach allows us to align on the direction
and scope of the feature, ensuring it doesn't conflict with existing or planned
work. It also provides an opportunity to identify potential pitfalls early on,
helping to avoid issues down the line.
1. **Fork** the [Uptime-Kuma repository].
2. **Clone** your forked repository to your local machine.
3. **Create a new branch** for your changes (e.g.,