Skip to content

Commit

Permalink
fix: moving out of workflow directory and fixing yml syntax, also add…
Browse files Browse the repository at this point in the history
…ing ordering to files
  • Loading branch information
Armando Banuelos committed Mar 14, 2024
1 parent bcc0b5c commit fcaf3ec
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ body:
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
validations:
required: true

- type: textarea
attributes:
Expand All @@ -46,8 +46,8 @@ body:
```
# error full stack trace
```
validations:
required: true
validations:
required: true

- type: textarea
attributes:
Expand All @@ -62,8 +62,8 @@ body:
```
# sample code to reproduce the bug
```
validations:
required: true
validations:
required: true

- type: checkboxes
attributes:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ body:
label: Describe the feature and motivation
description: |
Please provide a clear and concise proposal of the feature and outline the motivation.
validations:
required: true
validations:
required: true

- type: textarea
attributes:
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Questions
url: https://forms.gle/uUhQNuPzQrvvBFJX9
about: Send your questions via this Google Form
File renamed without changes.
5 changes: 0 additions & 5 deletions .github/workflows/ISSUE_TEMPLATE/config.yaml

This file was deleted.

0 comments on commit fcaf3ec

Please sign in to comment.