diff --git a/frontend/src/assets/img/changeRequestProcess.svg b/frontend/src/assets/img/changeRequestProcess.svg
index 11df782e1a..ec7d8d9411 100644
--- a/frontend/src/assets/img/changeRequestProcess.svg
+++ b/frontend/src/assets/img/changeRequestProcess.svg
@@ -1 +1,61 @@
-
\ No newline at end of file
+
diff --git a/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestProcessHelp/ChangeRequestProcessHelp.tsx b/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestProcessHelp/ChangeRequestProcessHelp.tsx
index dae32e8301..bb06219d3a 100644
--- a/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestProcessHelp/ChangeRequestProcessHelp.tsx
+++ b/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestProcessHelp/ChangeRequestProcessHelp.tsx
@@ -73,13 +73,24 @@ export const ChangeRequestProcessHelp: VFC<
If changes are Approved then someone who has{' '}
- “Apply change request”{' '}
+
+ “Apply/Reject change request”
+ {' '}
permission needs to apply these changes to
be live on the feature toggles and request
is Closed
- If changes are Cancelled by the author or
+ If changes are Rejected bu someone who has{' '}
+
+ “Apply/Reject change request”
+ {' '}
+ permission or an admin then change request
+ goes automatically to Rejected and request
+ is Closed.
+
+
+ If changes are Cancelled by the author or an
admin then change request goes automatically
to Cancelled and request is Closed.
diff --git a/website/docs/reference/change-requests.md b/website/docs/reference/change-requests.md
index 8bef5e7a3c..08b0d776f0 100644
--- a/website/docs/reference/change-requests.md
+++ b/website/docs/reference/change-requests.md
@@ -52,10 +52,11 @@ The flow can be summarized as follows:
Once a change is added to a draft, the draft needs to be completed before another change request can be opened. The draft is personal to the user that created the change request draft, until it is sent for review. Once changes are added to draft, the user will have a banner in the top of the screen indicating that a draft exists. The state of a change request can be one of the following:
* **Draft** - The change request is in draft mode, and can be edited by the user that created the draft.
-* **In review** - The change request is in review mode, and can be edited by the user that created the draft. If editing ocurrs, all current approvals are revoked
+* **In review** - The change request is in review mode, and can be edited by the user that created the draft. If editing occurs, all current approvals are revoked
* **Approved** - The change request has been approved by the required number of users.
* **Applied** - The change request has been applied to the environment. The feature toggle configuration is updated.
-* **Cancelled** - The change request has been cancelled by the user/admin.
+* **Cancelled** - The change request has been cancelled by the change request author or by an admin.
+* **Rejected** - The change request has been rejected by the reviewer or by an admin.

@@ -71,7 +72,7 @@ From here, if you have the correct permissions, you can approve and apply the ch
Change requests have their own set of environment-specific permissions that can be applied to [custom project roles](rbac.md#custom-project-roles). These permissions let users
-- approve change requests
+- approve/reject change requests
- apply change requests
- skip the change request flow
diff --git a/website/docs/reference/notifications.md b/website/docs/reference/notifications.md
index a4e86b84f5..3107eca4e2 100644
--- a/website/docs/reference/notifications.md
+++ b/website/docs/reference/notifications.md
@@ -29,4 +29,5 @@ The following actions in your projects will trigger notifications for your proje
* Enabling a feature in an environment
* Submitting a change request
* Approving change request
+* Rejecting change request
* Applying change request
diff --git a/website/static/img/change-request-flow.png b/website/static/img/change-request-flow.png
index dac73c2ebb..2022d99984 100644
Binary files a/website/static/img/change-request-flow.png and b/website/static/img/change-request-flow.png differ