Skip to content

Commit e546e96

Browse files
authored
Create Bug_report.yml
1 parent a6d8aa1 commit e546e96

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Bug Report
2+
description: Report an issue with the Postman platform.
3+
title: "<title>"
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Is there an [existing issue](https://github.com/postmanlabs/postman-app-support/issues) for this?
8+
description: Please search to see if an issue already exists for the issue you encountered.
9+
options:
10+
- label: I have searched the existing issues
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Describe the Issue
15+
description: |
16+
A high-level summary or description of the problem that you're facing.
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Steps To Reproduce
22+
description: A list of steps that can be followed to recreate the issue.
23+
placeholder: |
24+
1. Open a new request tab
25+
2. Select the Body tab
26+
3. Select the `raw` type
27+
4. See error message...
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: Screenshots or Videos
33+
description: |
34+
Please add screenshots or a short video to help visually explain the problem.
35+
Ensure that the screenshots/videos do not contain any sensitive information such as API keys or Access Tokens.
36+
validations:
37+
required: false
38+
- type: textarea
39+
attributes:
40+
label: Environment Information
41+
description: |
42+
examples:
43+
- **Operating System**: Ubuntu 20.04
44+
- **Platform Type**: Native App / Postman Web
45+
- **Postman Version**: 8.8.0
46+
value: |
47+
- Operating System:
48+
- Platform Type:
49+
- Postman Version:
50+
render: markdown
51+
validations:
52+
required: true
53+
- type: textarea
54+
attributes:
55+
label: Additional Context?
56+
description: |
57+
Please add any other contextual information about the problem, that might be relevant and help explain the issue you're facing.
58+
You can attach images or log files by clicking this area to highlight it and then dragging files in.
59+
validations:
60+
required: false

0 commit comments

Comments
 (0)