TheOdinProject / javascript-exercises

MIT License
1.28k stars 34.52k forks source link

Refactor existing issue templates the new YAML issue template format #487

Closed cakegod closed 2 months ago

cakegod commented 4 months ago

Complete the following REQUIRED checkboxes:

The following checkbox is OPTIONAL:


1. Description of the Feature Request: I propose merging our two existing issue templates into a single template using the new YAML issue template format. This new unified template will simplify the process of creating a new issue and will be similar to the one used in the curriculum repo.

2. Acceptance Criteria:

MaoShizhong commented 2 months ago

I'm not sure it's so necessary to combine into 1 issue template like the curriculum one. Most of the other repos have split templates for bug report/feature request etc.

But converting from noisy markdown issue templates to issue forms via the yaml format does sound sensible, and other repos already use the yaml format. Very happy for the two templates to be converted to this.

cakegod commented 2 months ago

That sounds sensible. I'll convert them.