icexin / eggos

A Go unikernel running on x86 bare metal
http://eggos.icexin.com
MIT License
2.23k stars 113 forks source link

FAQ and issue template #95

Closed jspc closed 2 years ago

jspc commented 2 years ago

Off the back of my confusion in https://github.com/icexin/eggos/issues/92 this PR introduces:

  1. An FAQ (or at least the start of one- there's a lot of frequently asked questions I don't know about/ don't know the answers to since this is the first time I've used the package)
  2. A new style 'issue form' for bugs and errors which links to the FAQ and forces reporters to check their go version

This form looks like: https://imgur.com/xEEa7xf.png

icexin commented 2 years ago

Nice! Thank you @jspc !