diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index ea044c956..829fd4590 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -18,7 +18,7 @@ Steps to reproduce the behavior:
3. Scroll down to '....'
4. See error
-Error Stack
+Error Stack
```python
# Paste the error stack trace here
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b348f2dc..3f09af8c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
### Infrastructure
- Create class `SpyglassGroupPart` to aid delete propagations #899
+- Fix bug report template #955
## [0.5.2] (April 22, 2024)