Skip to content

Commit e328031

Browse files
authored
Add issue templates for bug reporting, features, and questions. (#6385)
Primarily to educate bug reporters that demo site != default settings, but also to help organise and auto-assign new issues.
1 parent b7daa7e commit e328031

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug Report
3+
about: Report issue with osrm-backend
4+
labels: Bug Report
5+
---
6+
7+
# Issue
8+
9+
Please describe the issue you are seeing with OSRM.
10+
Images are a good way to illustrate your problem.
11+
12+
**Note**: If your issue relates to the demo site (https://map.project-osrm.org) or routing provided on openstreetmap.org, be aware that they use separate [profile settings](https://github.com/fossgis-routing-server/cbf-routing-profiles) from those provided by default in `osrm-backend`.
13+
If your issue relates to the demo site or openstreetmap.org behaviour, please check these profiles first to see if they explain the behaviour before creating an issue here.
14+
15+
# Steps to reproduce
16+
17+
Please provide the steps required to reproduce your problem.
18+
- `osrm-backend` version being used
19+
- OSM extract that was processed
20+
- Processing commands (e.g. CH vs MLD processing)
21+
- Server queries
22+
23+
If you're reporting an issue with https://map.project-osrm.org, please provide a link to the problematic request.
24+
25+
# Specifications
26+
27+
Please provide details of your development environment.
28+
- Library/dependency versions
29+
- Operating system
30+
- Hardware

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature Request
3+
about: Request a new feature in osrm-backend
4+
labels: Feature Request
5+
---
6+
7+
# Feature
8+
9+
Please describe the feature you would like to see in OSRM.
10+
Images are often a good way to illustrate your requested feature.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: Question
3+
about: Ask a question about OSRM
4+
labels: question
5+
---

0 commit comments

Comments
 (0)