Skip to content

Commit

Permalink
Fix bug report template html (#955)
Browse files Browse the repository at this point in the history
* Fix bug report template html

* Update changelog
  • Loading branch information
CBroz1 authored May 7, 2024
1 parent 435b0f3 commit 35335fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Steps to reproduce the behavior:
3. Scroll down to '....'
4. See error

</details><summary>Error Stack</summary>
<details><summary>Error Stack</summary>

```python
# Paste the error stack trace here
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Infrastructure

- Create class `SpyglassGroupPart` to aid delete propagations #899
- Fix bug report template #955

## [0.5.2] (April 22, 2024)

Expand Down

0 comments on commit 35335fb

Please sign in to comment.