From 36ef4d1a2c381fccdce4fd0b679bc84213a110cf Mon Sep 17 00:00:00 2001 From: GJS Date: Thu, 27 Mar 2025 20:21:21 +0100 Subject: [PATCH] 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 --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8ed7d274..a7b45b22d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.,