diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 3e9b38ade..5f74704b7 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,55 +1,46 @@
## PR type
-PR types and its descriptions
-
-- Feature PR:
- - can be a Minor or Major change.
- - can be an enhancement or change to existing features.
- - can be a compilation or dependency change.
- - can be a bug fix to a feature not released yet.
-
-- Bug Fix PR:
- - can be a bug fix to already released code.
- - can be modifications to already released documentation regarding code.
-
-- Infrastructure PR:
- - can be a workflows fix or change.
- - can be a change in internal processes documentation.
- - can be a helper script.
- - can be a bug fix to an infrastructure not released yet.
+Help
+- Feature PR:- Minor/Major change
- Enhancement
- Compilation/dependency change
- Bug fix to an unreleased feature
+- Bug Fix PR:- Bug fix to released code
- Modifications to released documentation
+- Infrastructure PR:- Workflow/process change
- Helper script
- Internal documentation change
- Bug fix to unreleased infrastructure
**Select exactly one:**
- [ ] Feature
- [ ] Bug Fix
-- [ ] Infrastructure
+- [x] Infrastructure
+
+
## Breaking API
-Note
+Help
-Not affecting Infrastructure PRs.
-
-Breaking API includes:
-- API breaks
-- Not server-firmware API break
-- Major file version change (not just aare affected)
+Not affecting Infrastructure PRs.
+Breaking API includes:- API breaks
- Not server-firmware API break
- Major file version change (not just aare affected)
- [ ] This is a Breaking API change.
+
+
## Description
+
+
## Referenced PRs
@@ -76,19 +67,30 @@ Not affecting Infrastructure PRs.
-## Checklist:
-- I have chosen the primary PR type.
+## Checklist:
-Feature or Bug Fix PRs:
-- I have checked if this is a Breaking API change.
-- I have linked any
- - equivalent PRs that is on another branch.
- - related PRs eg. fixes/additions to an unrelease feature PR.
-- I have provided a release note above or checked 'No Release Note'.
-- I have added detector labels. Some automation in adding labels from code change and PR description.
+
+ Before submitting
-Infrastructure PRs:
-- I have linked any equivalent PRs that is in an another branch.
+- I have chosen the primary PR type.
+- Feature or Bug Fix PRs:
+
- I have checked if this is a Breaking API change.
+- I have linked any
+
- equivalent PRs that is on another branch.
+- related PRs eg. fixes/additions to an unrelease feature PR.
+- I have provided a release note above or checked 'No Release Note'.
+- I have added detector labels. Some automation in adding labels from code change and PR description.
+- Infrastructure PRs:
+
- I have linked any equivalent PRs that is in an another branch.
-## Workflow
-- List of automation and validations can be found at https://psich.atlassian.net/wiki/x/AQB2P
\ No newline at end of file
+
+
+
+
+## PR Automation & Validation
+
+ Additional Info
+
+List of automation and validations can be found at https://psich.atlassian.net/wiki/x/AQB2P
+
+
\ No newline at end of file