Hi everyone,
a very first version of the website for the governance readiness checklist is available here:
https://sustainers.github.io/governance-readiness/
The website is a simple vuejs-based website which renders the checklist questions. All the data is obtained from data/data.json
, which should facilitate contributions.
To-do’s:
-
Following Nathan’s idea about including links to useful resources, the
data.json
can include this information, but it is still not shown on the website. -
Include “info” data for all questions in
data.json
. This field briefly describes the context and gives some guidance to understand the checklist question. -
Refactor HTML code using vuejs components
Any comment/suggestion is more than welcome, feel free to comment here or send a pull request with the modifications on the file. Also, if you want to touch the HTML/CSS code, go ahead
Kind regards,