robocin / ssl-core

MIT License
11 stars 0 forks source link

Enable blank issues #66

Closed fnalmeidap closed 4 months ago

fnalmeidap commented 4 months ago

After #20 it was not possible to create issues other than the defined templates. This pull requests enables blank template creation from config.yml and solves #60.

fnalmeidap commented 4 months ago

Thanks! Something else I forgot to notice in the other PR: can you rename the files in this directory to the .yaml extension instead of .yml?

As: #27 (comment)

Sure, no problem! Any reasoning behind that?

joseviccruz commented 4 months ago

Thanks! Something else I forgot to notice in the other PR: can you rename the files in this directory to the .yaml extension instead of .yml? As: #27 (comment)

Sure, no problem! Any reasoning behind that?

Both ways are correct but YAML FAQ recommends the usage of .yaml in preference to .yml. Here in this repository it is also a way of standardizing, such as using .h instead of .hpp... In the end, it is also a convention.