From 3842de1633c561a1a9c77100754bfabd0fb8bc40 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Mon, 14 Feb 2022 00:54:44 +0000 Subject: [PATCH] Updated Changelog Workflows (markdown) --- Changelog-Workflows.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Changelog-Workflows.md b/Changelog-Workflows.md index 846f404..37eb9ef 100644 --- a/Changelog-Workflows.md +++ b/Changelog-Workflows.md @@ -2,13 +2,19 @@ This workflow outlines the processing steps taken by changelog maintainers to ensure that pull requests providing new functionality (feature updates) are properly documented in order that they may be adapted and published in a format optimised for the user facing changelog that is published with each new release of QGIS. Here is an overview of the process: -![QGIS-Changelog-Workflow](https://user-images.githubusercontent.com/178003/91617367-cb59cd80-e97f-11ea-9928-8d1a50da6b49.png) -Diagrams.net source file for above image: ([QGIS-Changelog-Workflow.zip](https://github.com/qgis/QGIS/files/5144291/QGIS-Changelog-Workflow.zip)). +![QGIS-Changelog-Workflow drawio](https://user-images.githubusercontent.com/178003/153783290-0e24d94d-c351-4cbc-84e7-8134a77e37a8.png) + + + +Diagrams.net source file for above image: ([QGIS-Changelog-Workflow.zip](https://github.com/qgis/QGIS/files/8057091/QGIS-Changelog-Workflow.zip)). + + + [![Changelog walk through by Charles Dixon-Paver](https://img.youtube.com/vi/iC36BN0SWTE/0.jpg)](https://www.youtube.com/watch?v=iC36BN0SWTE) -Click the image above to play a YouTube video containing a walk through by Charles Dixon-Paver (scrub forward to around 3 minutes 30 seconds for the actual walk through to start). +Click the image above to play a YouTube video containing a walk-through by Charles Dixon-Paver (scrub forward to around 3 minutes 30 seconds for the actual walk-through to start). **Note** the diagram above was updated slightly and may differ from the one shown in the above video. ## General Workflow @@ -17,9 +23,9 @@ Click the image above to play a YouTube video containing a walk through by Charl ![image](https://user-images.githubusercontent.com/178003/87294309-765f1680-c4fb-11ea-8268-9fe0555a1c04.png) -2) The changelog maintainer will read each Pull Request (PR) that has a **Feature** label as it comes in as per the following URL: +2) The changelog maintainer will read each Pull Request (PR) that has a **Changelog Candidate** label as it comes in as per the following URL: - https://github.com/qgis/QGIS/pulls?q=is%3Aopen+is%3Apr+label%3AFeature + https://github.com/qgis/QGIS/pulls?q=isopen+is%3Apr+label%3AChangelog In the comments section, they will make a comment to the author if the feature is not clear / well described. We would be grateful if the PR gatekeepers could hold back on merging Feature PR’s that have issues, do not have a **Changelog** tag applied.