Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion data/software-tools/github-copilot.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@
"isAccessibleForFree": false,
"hasQualityDimension": { "@id": "dim:sustainability", "@type": "@id" },
"license": "https://github.com/customer-terms/github-copilot-product-specific-terms",
"howToUse": ["online-service"]
"howToUse": ["online-service"],
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/has_no_linting_issues",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure fully but considering Github-copilot suggests few things to dev (helps indirectly improve) indicators like -

no_critical_vulnerability – can suggest safer patterns
no_leaked_credentials – often avoids hardcoding secrets (but not guaranteed)
dependency_management – suggests dependency usage patterns
software_has_tests – can generate test scaffolding
requirements_specified – can help write config/build files
software_documentation - helps add doc strings

should we add these as well ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vuillaut can you comment ?

"@type": "@id"
}
]
}