You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
With the update to the latest Statiq, we can now easily write analyzers and validators to check PRs. This should give me a lot more confidence to merge quickly. Some initial thoughts on specific validations:
Make sure all files under the data folder are .yml files and follow other naming conventions (all lower case).
Check URLs for projects to make sure they exist
Check URLs for blogs and broadcast feeds and websites to be sure they exist
Check other URLs are well-formed and exist (resource website, chat and docs for projects, etc.)
Make sure NuGet packages are just the package name and not a URL
Check Twitter handles of projects
Check for duplicates in all categories (based on title? maybe source code for projects?)
Image links are all full URLs and use https
Projects use an approved language
The text was updated successfully, but these errors were encountered:
With the update to the latest Statiq, we can now easily write analyzers and validators to check PRs. This should give me a lot more confidence to merge quickly. Some initial thoughts on specific validations:
data
folder are.yml
files and follow other naming conventions (all lower case).The text was updated successfully, but these errors were encountered: