]> git.openstreetmap.org Git - rails.git/blob - .github/ISSUE_TEMPLATE/bug.yml
remove browser list
[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