Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Create a bug report for Parseable.
labels: bug
---
<!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->

`/about` output:
<!--
Accessible from `https://{parseable-instance}/api/v1/about` with curl or provide
screenshot of about modal in dashboard.
-->
```json
{
"version": "...",
...
}
```

Description:
<!--
What was your expectation, provide us a brief about the same, before describing
the observed behaviour and explaining why you believe this is a bug.
-->
Loading