]> git.openstreetmap.org Git - rails.git/blob - .github/ISSUE_TEMPLATE/bug.yml
681a919a79cf2a9c4a0701db99f4f1dba71e4b56
[rails.git] / .github / ISSUE_TEMPLATE / bug.yml
1 name: A Bug
2 description: Something has gone wrong when you were using the website.
3 # title:
4 # labels:
5 # assignees:
6 body:
7   - type: markdown
8     attributes:
9       value: |
10         Thanks for taking the time to fill out this bug report!
11   - type: input
12     id: url
13     attributes:
14       label: URL
15       description: Please share the URL where the issue can be seen.
16       placeholder: https://www.openstreetmap.org/...
17     validations:
18       required: false
19   - type: textarea
20     id: steps-reproduce
21     attributes:
22       label: How to reproduce the issue?
23       description: Please share the steps to reproduce the issue.
24       placeholder: 1. ..., 2. ..., 3. ...
25     validations:
26       required: false
27   - type: textarea
28     attributes:
29       label: Screenshot(s) or anything else?
30       description: Please add screenshots or additional information to help us understand your issue.
31       placeholder:
32     validations:
33       required: false
34   - type: dropdown
35     id: browsers
36     attributes:
37       label: Which browsers are you seeing this problem on?
38       multiple: true
39       options:
40         - Firefox
41         - Chrome
42         - Safari
43         - Microsoft Edge
44     validations:
45       required: false