-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug Report | ||
about: Report issue with osrm-backend | ||
labels: Bug Report | ||
--- | ||
|
||
# Issue | ||
|
||
Please describe the issue you are seeing with OSRM. | ||
Images are a good way to illustrate your problem. | ||
|
||
**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`. | ||
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. | ||
|
||
# Steps to reproduce | ||
|
||
Please provide the steps required to reproduce your problem. | ||
- `osrm-backend` version being used | ||
- OSM extract that was processed | ||
- Processing commands (e.g. CH vs MLD processing) | ||
- Server queries | ||
|
||
If you're reporting an issue with https://map.project-osrm.org, please provide a link to the problematic request. | ||
|
||
# Specifications | ||
|
||
Please provide details of your development environment. | ||
- Library/dependency versions | ||
- Operating system | ||
- Hardware |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Feature Request | ||
about: Request a new feature in osrm-backend | ||
labels: Feature Request | ||
--- | ||
|
||
# Feature | ||
|
||
Please describe the feature you would like to see in OSRM. | ||
Images are often a good way to illustrate your requested feature. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about OSRM | ||
labels: question | ||
--- |