BerkeleyLearnVerify / Scenic

A compiler and scenario generator for the Scenic scenario description language.
https://scenic-lang.org/
Other
258 stars 93 forks source link

fix: fixing syntax for issue template #220

Closed abanuelo closed 4 months ago

abanuelo commented 4 months ago

Fixed issues include:

  1. ISSUE_TEMPLATE being within the .github/workflows/ directory when it should really be within .github/. The same applies for PULL_REQUEST_TEMPLATE.md.
  2. Some of the validates: required: true in the .yml files were not properly tabbed. I fixed it and should resolve specific templates not appearing within the Issues tab.
  3. I added a 1-*, 2-*, giving GitHub instructions on how to order to the issue templates.