input-output-hk / io-sim

Haskell's IO simulator which closely follows core packages (base, async, stm).
https://hackage.haskell.org/package/io-sim
Apache License 2.0
37 stars 15 forks source link

Add issue templates #25

Closed coot closed 2 years ago

catch-21 commented 2 years ago

Consider issues forms instead of templates, stricter and offers mandatory fields (templates can be altered or overrided) See example https://github.com/input-output-hk/cardano-js-sdk/blob/master/.github/ISSUE_TEMPLATE/bug.yml

coot commented 2 years ago

@james-iohk hmm, maybe you're right. I initially though that one can only write text in the boxes but it actually starts a markdown editor (this is indispensable when submitting logs).

coot commented 2 years ago

@james-iohk we decided to go with templates, as they are more elastic (the writer decides how the issue will be written). Templates are more guidelines than a strict rule, I think this will fit better the niche we are in.