Skip to content

Commit

Permalink
v3.1.1 github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
answerquest committed Oct 13, 2018
1 parent f5fb0e2 commit 893690c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!--
Greetings! Please follow the template given to ensure the developers get all the info needed to understand your problem properly. The parts inside <!- ... -> blocks will be invisible, so write outside of them. See Preview tab before submitting.
-->

#### Operating system
<!--- mention version number and whether 32-bit or 64-bit --->

#### Python version
<!--- You can find out with `python --version` .
Also, confirm if you were running it in a virtual environment. If not, then please follow the instructions in wiki, try running it in virtual environment then get back here.
Or mention if you're just double-clicking the .exe, or running it on a website like herokuapp.
--->

#### Problem description
<!--- Clearly describe the problem happening --->

#### Console / terminal output if any
<!--- Any errors or significant thing mentioned in the terminal?
If running in windows with the .exe, you can start command prompt, navigate to your working folder and run GTFSManager.exe from there. You will be able to copy the console outputs if your program is terminating.
You can also check out the /logs folder.
--->

#### Expected Action
<!--- What should happen instead? --->

#### Details of data you are working with, if relevant
Q: Is there anything peculiar about the data you are working with, which may be causing the issue? Any extra files in the feed? Extra columns? Any mandatory columns/fields omitted?
A: <!--- enter answer here --->

Q: What is the size of the dataset : how many lines in stops.txt, routes.txt and stop_times.txt?
A: <!--- enter answer here --->

Are you starting a new feed from scratch and haven't filled in any of the other files like calendar.txt?
A: <!--- enter answer here --->

#### Anything else
<!--- Anything else we should know about? --->
2 changes: 1 addition & 1 deletion frequencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>Instructions</h3>
</div>
<script src="config/settings.js" type="text/javascript"></script>
<script src="js/commonfuncs.js" type="text/javascript"></script>
<script src="js/calendar.js"></script>
<script src="js/frequencies.js"></script>

</body>
</html>

0 comments on commit 893690c

Please sign in to comment.