-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d4733b
commit 9e7f307
Showing
1 changed file
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,45 @@ | ||
name: Issue | ||
description: File a bug/issue | ||
title: "<title>" | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Problematic Behavior | ||
description: A concise description of what you're experiencing and why it's an issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Models + Scripts used | ||
description: | | ||
Describe or provide the AnyLogic models and Python scripts used. If your model is confidential, please try replicating the issue in a test model. | ||
Providing this will *vastly* increase the chance of your problem being solved. | ||
Tip: You can attach files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Log files | ||
description: | | ||
Provide the log files, console output, etc. | ||
Tip: You can attach log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **OS**: Ubuntu 20.04 | ||
- **Python**: 3.11 | ||
- **AnyLogic**: 8.8.6 | ||
value: | | ||
- OS: | ||
- Python: | ||
- Environment: | ||
render: markdown | ||
validations: | ||
required: true |