score-spec / spec

The Score Specification provides a developer-centric and platform-agnostic Workload specification to improve developer productivity and experience. It eliminates configuration inconsistencies between environments.
https://score.dev/
Apache License 2.0
7.81k stars 2.2k forks source link

Updated Score readme based on feedback #87

Closed sujaya-sys closed 4 months ago

sujaya-sys commented 4 months ago

We continue to receive feedback on the separation of score specification vs implementation not being quite clear. This PR aims to more transparently differentiate between both i.e. that the core component of Score is the specification while the it is intended that people adopt the spec and build their own implementations.

TobiasBabin commented 4 months ago

@sujaya-sys The link checker action is failing, complaining about a non-reachable Google Meet link. That's a false negative though, the link is fine. Have you encountered this before by any chance?

[Edit] I was able to fix the link checker error by adding an exclude for meet.google.com . Apparently that domain is not reachable from the GH runner. Looking good now.

sujaya-sys commented 4 months ago

@TobiasBabin thanks yes, the link checker has been complaining about the Google Meet link, I've been meaning to look into it. Thanks so much for fixing it!