diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 18f3399f3..c21e83f08 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,9 +2,11 @@ Fixes #
-#### Describe the changes you have made in this PR -
+### Describe the changes you have made in this PR
-### Screenshots of the UI changes (If any) -
+-
+
+### Screenshots of the UI changes (If any)
---
@@ -15,20 +17,14 @@ Fixes #
- [ ] No, I wrote all the code myself
- [ ] Yes, I used AI assistance (continue below)
-**If you used AI assistance:**
-- [ ] I have reviewed every single line of the AI-generated code
-- [ ] I can explain the purpose and logic of each function/component I added
-- [ ] I have tested edge cases and understand how the code handles them
-- [ ] I have modified the AI output to follow this project's coding standards and conventions
-
**Explain your implementation approach:**
+
@@ -38,7 +34,7 @@ This helps reviewers understand your thought process and ensures you understand
## Checklist before requesting a review
- [ ] I have added proper PR title and linked to the issue
- [ ] I have performed a self-review of my code
-- [ ] **I can explain the purpose of every function, class, and logic block I added**
+- [ ] **I can explain the purpose of every function, class, and logic block I added/modified**
- [ ] I understand why my changes work and have tested them thoroughly
- [ ] I have considered potential edge cases and how my code handles them
- [ ] If it is a core feature, I have added thorough tests
@@ -46,6 +42,4 @@ This helps reviewers understand your thought process and ensures you understand
---
-
-
Note: Please check **Allow edits from maintainers** if you would like us to assist in the PR.
diff --git a/src/components/DialogBox/HexBinDec.vue b/src/components/DialogBox/HexBinDec.vue
index e65ebf732..d9f9aebd3 100644
--- a/src/components/DialogBox/HexBinDec.vue
+++ b/src/components/DialogBox/HexBinDec.vue
@@ -42,49 +42,6 @@
-
-
-
-