Skip to content

Commit 49458b7

Browse files
authored
Update issue templates
1 parent d8577f0 commit 49458b7

File tree

3 files changed

+91
-0
lines changed

3 files changed

+91
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Curative maintenance and bug fixes on the Kalman Filter travel time prediction
4+
algorithm
5+
title: ''
6+
labels: ''
7+
assignees: ''
8+
9+
---
10+
11+
**Expected functionality**
12+
A clear description of how the functionality is supposed to work
13+
14+
**Describe the bug**
15+
A clear description of what the bug is.
16+
17+
**To Reproduce**
18+
Please provide an example where Kalman Filter travel time prediction algorithm is not behaving as expected. The related datasets showing this example, which may come from several tables within TheTransitClock, should be provided along with a short description.
19+
20+
**Screenshots**
21+
If applicable, add screenshots to help explain your problem.
22+
23+
**Version:**
24+
<<SEAN - IF YOU NEED VERSION INFORMATION, HERE WOULD BE A GOOD PLACE TO PUT IT.>>
25+
26+
**Additional context**
27+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest an enhancement to TheTransitClock
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your enhancement request to replace an existing functionality within TheTransitClock?**
11+
If the functionality already exists, please provide a clear description of its current behavior.
12+
13+
**Is your enhancement request related to a problem? Please describe.**
14+
A clear description of what the problem is.
15+
16+
**Describe the solution you'd like**
17+
A clear description of the expected functionality.
18+
19+
**Describe alternatives you've considered**
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
**Additional context**
23+
Add any other context or screenshots about the feature request here.
24+
25+
**Example datasets**
26+
Please provide related datasets to test and validate the new functionality.

0 commit comments

Comments
 (0)