Skip to content

Commit

Permalink
feat: editing bug templates, adding to gitignore, and rename config y…
Browse files Browse the repository at this point in the history
…aml (#221)

Co-authored-by: Armando Banuelos <abanuelo@Armandos-MBP.lan>
  • Loading branch information
abanuelo and Armando Banuelos authored Mar 15, 2024
1 parent f0694d2 commit d5a21fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,16 @@ body:
label: System Details
description: |
Please provide the following system information to help us diagnose the bug.
1. Python Version
2. Scenic Version
3. Operating System / Platform
4. Simulator Version (Optional, only applies if bug is simulator specific)
1. Python Version (e.g. Python 3.11.7)
2. Scenic Version (e.g. Scenic 3.0.0b2)
3. Operating System / Platform (e.g. Apple M2 Pro macOS Sonoma 14.2.1)
4. Simulator Version (Optional, only applies if bug is simulator specific) (e.g. CARLA 0.9.14)
placeholder: |
1. Python Version: `python --version`
2. Scenic Version: `scenic --version`
3. Operating System / Platform: get from system preferences
4. Simulator Version: simulator version
Example:
1. Python Version: Python 3.11.7
2. Scenic Version: Scenic 3.0.0b2
3. Operating System / Platform: Apple M2 Pro macOS Sonoma 14.2.1
4. Simulator Version: CARLA 0.9.14
validations:
required: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blank_issues_enabled: true
contact_links:
- name: Questions
url: https://forms.gle/uUhQNuPzQrvvBFJX9
about: Send your questions via this Google Form
about: Send your questions via Google Form
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ poetry.lock
*.sublime-project
*.sublime-workspace

# VSCode files
*.vscode

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down

0 comments on commit d5a21fc

Please sign in to comment.