* created DISCUSSIONS folder and added feature request form
* Added ask-for-help discussion form
* Updated file formats to GH approved
* Updated naming for feature request. Fixed to
* Updated ISSUE_TEMPLATE to point to the discussion forms
* Removed description from checkbox
* Removed description from checkboxes
---------
Co-authored-by: Justin Masse <justin@Justins-MacBook-Pro.local>
* set Health value to Status if existent
Check if Health has any value and save it to be displayed.
If Health is empty, continue as normal.
* add healthy and unhealthy status to be displayed
Check if status is either Running or Healthy to set span class to bg-primary,
and check if status is Unhealthy to set span class to bg-danger.
* Add lint to workflow
* Fix lint
---------
Co-authored-by: Thales <thcd@cock.li>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>