Skip to content

Commit bfca663

Browse files
author
Devdutt Shenoi
authored
doc: issue template for bug reports (#998)
Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 5cff0f9 commit bfca663

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Create a bug report for Parseable.
4+
labels: bug
5+
---
6+
<!--
7+
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
8+
along with any information you feel relevant to replicating the bug.
9+
-->
10+
11+
`/about` output:
12+
<!--
13+
Accessible from `https://{parseable-instance}/api/v1/about` with curl or provide
14+
screenshot of about modal in dashboard.
15+
-->
16+
```json
17+
{
18+
"version": "...",
19+
...
20+
}
21+
```
22+
23+
Description:
24+
<!--
25+
What was your expectation, provide us a brief about the same, before describing
26+
the observed behaviour and explaining why you believe this is a bug.
27+
-->

0 commit comments

Comments
 (0)