You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the template to .github/ISSUE_TEMPLATE/ in preparation for
turning it into an issue form that also works on the mobile GitHub app.
Since .github/ISSUE_TEMPLATE/ can contain multiple templates give it a
unique name and the bare minimum of YAML front matter that GitHub
requires for issue templates in that folder.
Signed-off-by: Matthias Aßhauer <[email protected]>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
name: Bug report
3
+
about: Use this template to report bugs.
4
+
---
1
5
-[ ] I was not able to find an [open](https://github.com/git-for-windows/git/issues?q=is%3Aopen) or [closed](https://github.com/git-for-windows/git/issues?q=is%3Aclosed) issue matching what I'm seeing
0 commit comments