We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cff0f9 commit bfca663Copy full SHA for bfca663
.github/ISSUE_TEMPLATE/bug_report.md
@@ -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