diff --git a/content/en/tests/troubleshooting/_index.md b/content/en/tests/troubleshooting/_index.md
index 7f9c3edc83815..1ea305e4a3007 100644
--- a/content/en/tests/troubleshooting/_index.md
+++ b/content/en/tests/troubleshooting/_index.md
@@ -43,42 +43,42 @@ If you can see test results data in the **Test Runs** tab, but not the **Tests**
: Full (40-character long SHA1) commit hash.
**Example**: `a18ebf361cc831f5535e58ec4fae04ffd98d8152`
- `DD_GIT_BRANCH`
- : Git branch being tested. Leave empty if providing tag information instead.
- **Example**: `develop`
-
- `DD_GIT_TAG`
- : Git tag being tested (if applicable). Leave empty if providing branch information instead.
- **Example**: `1.0.1`
-
- `DD_GIT_COMMIT_MESSAGE`
- : Commit message.
- **Example**: `Set release number`
+ `DD_GIT_COMMIT_AUTHOR_EMAIL` **(required)**
+ : Commit author email.
+ **Example**: `john@example.com`
`DD_GIT_COMMIT_AUTHOR_NAME`
: Commit author name.
**Example**: `John Smith`
- `DD_GIT_COMMIT_AUTHOR_EMAIL`
- : Commit author email.
- **Example**: `john@example.com`
-
`DD_GIT_COMMIT_AUTHOR_DATE`
: Commit author date in ISO 8601 format.
**Example**: `2021-03-12T16:00:28Z`
- `DD_GIT_COMMIT_COMMITTER_NAME`
- : Commit committer name.
- **Example**: `Jane Smith`
-
`DD_GIT_COMMIT_COMMITTER_EMAIL`
: Commit committer email.
**Example**: `jane@example.com`
+ `DD_GIT_COMMIT_COMMITTER_NAME`
+ : Commit committer name.
+ **Example**: `Jane Smith`
+
`DD_GIT_COMMIT_COMMITTER_DATE`
: Commit committer date in ISO 8601 format.
**Example**: `2021-03-12T16:00:28Z`
+ `DD_GIT_COMMIT_MESSAGE`
+ : Commit message.
+ **Example**: `Set release number`
+
+ `DD_GIT_BRANCH`
+ : Git branch being tested. Leave empty if providing tag information instead.
+ **Example**: `develop`
+
+ `DD_GIT_TAG`
+ : Git tag being tested (if applicable). Leave empty if providing branch information instead.
+ **Example**: `1.0.1`
+
4. If no CI provider environment variables are found, tests results are sent with no Git metadata.
### The total test time is empty