TheOdinProject / odin-bot-v2

The bot that breathes life into our Discord community
ISC License
48 stars 77 forks source link

Feat: Replace issue templates with issue forms #595

Closed Asartea closed 2 months ago

Asartea commented 2 months ago

Complete the following REQUIRED checkboxes:

The following checkbox is OPTIONAL:


1. Description of the Feature Request

The current issue templates use GitHub's issue template syntax, which requires the contributor to wade through the underlying markdown, and means all instructions have to be written in markdown comments. GitHub also has an alternative syntax issue forms. These offer a few advantages when compared to issue forms:

2. Acceptance Criteria:

3. Additional Information:

Another potential benefit would be to automatically create tasklists for acceptance criteria. This ought to be theoretically possible using a slight abuse of the render syntax, but for some reason (??????) I seem to be only able to create tasklists in org repos, not my own (grumbles)

MaoShizhong commented 2 months ago

I like this idea. Neater and just all round easier to work with.