From ce8e011a9f7c6bac94292d632b0cc8822f710a66 Mon Sep 17 00:00:00 2001 From: mgechev Date: Thu, 6 May 2021 13:55:49 -0700 Subject: [PATCH] docs: use relative path for the feature request process diagram (#41970) Center the diagram and use a relative path to make sure we don't break a branch if we restructure `master`/`main`. PR Close #41970 --- docs/GITHUB_PROCESS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/GITHUB_PROCESS.md b/docs/GITHUB_PROCESS.md index 0dd91d836e..e58966b18a 100644 --- a/docs/GITHUB_PROCESS.md +++ b/docs/GITHUB_PROCESS.md @@ -40,7 +40,9 @@ we prioritize the request, alternatively we close it. ## Diagram -![Feature Request Automation](https://github.com/angular/angular/raw/master/docs/images/feature-request-automation.png) +

+ Feature Request Automation +

## What if I want to implement the feature to help the Angular team?