Skip to content

Commit dd77e50

Browse files
Fix issue template formatting (#6626)
* Fix issue template formatting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add additional mdformat plugins * Fix bug_report.md Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 746785f commit dd77e50

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
______________________________________________________________________
1+
---
2+
name: Is this a bug in Notebook? Open an issue.
3+
about: If you're not sure, feel free to post your question on Jupyter's Discourse
4+
channel.
25

3-
## name: Is this a bug in Notebook? Open an issue. about: If you're not sure, feel free to post your question on Jupyter's Discourse channel. labels: bug
6+
labels: bug
7+
---
48

59
<!--
610
BEFORE YOU OPEN AN ISSUE, PLEASE READ THIS.

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ repos:
4646
rev: 0.7.16
4747
hooks:
4848
- id: mdformat
49+
additional_dependencies:
50+
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
4951

5052
- repo: https://github.com/john-hen/Flake8-pyproject
5153
rev: 1.2.1

0 commit comments

Comments
 (0)