diff --git a/Changelog-Workflows.md b/Changelog-Workflows.md
index 29ee88a..329cd88 100644
--- a/Changelog-Workflows.md
+++ b/Changelog-Workflows.md
@@ -73,10 +73,13 @@ The entries will therefore need to comply with the associated stylesheets and co
The following list outlines some basic guidelines for ensuring the entry content is of the required standards:
-- The feature title should be unique
-- Be categorised appropriately
-- Content should be articulate and concise
-- Not contain header tags such as ```
``` as these will display on the changelog site as TOC links
-- Have a single thumbnail icon
-- Media should be explicitly added to the entry (downloaded to local and uploaded with changelog tool)
-- Language should generally be considered neutral, however developer comments or embellishments are permitted within reason
\ No newline at end of file
+- The feature title should be unique. Pull requests often use "tags" to automatically manage elements in the workflow such as adding the [Feature] label to the element title. All such elements should be removed, and the title should properly convey the new functionality introduced.
+- Each entry should be categorised appropriately. By default, all newly imported entries will be included in the "General" category, however only entries that truly belong in the general category should be categorised as general by the time of publication.
+- Content should be articulate and concise. Details from the pull request relating to developer specific content or items specifically for the documentation team can be removed. Some information on the feature utilisation is suitable, however it should not be verbose.
+- Git/ GitHub specific references such as 'This PR adds' introductions should be modified to 'Functionality was introduced to' or 'We have added'.
+- References to issues and pull requests, such as `Fixes #123456` should ideally be modified to full descriptive links, e.g. ```This addresses the limitations identified in issue 123456.```
+- Entry content should not contain any header tags such as ``````, `````` or `````` etc. as these will display on the changelog site as links within the TOC (table of contents).
+- Each entry should have a single primary thumbnail icon. Additional media elements should be embedded in the content body.
+- Media should be explicitly added to the entry (downloaded to local and uploaded with the changelog tool).
+- Language should generally be considered neutral, however developer comments or embellishments are permitted within reason. American English is the preferred standard for spelling and grammar.
+- References to oneself should be changed to group pronouns (i.e. 'I' becomes 'we')
\ No newline at end of file