Skip to content

Commit

Permalink
Create issue.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-wolfeadam authored Mar 16, 2024
1 parent 5d4733b commit 9e7f307
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.yaml
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

0 comments on commit 9e7f307

Please sign in to comment.