This repository was archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 245
PR Validation #429
Copy link
Copy link
Open
Labels
General EnhancementNew feature or requestNew feature or request
Description
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
datafolder are.ymlfiles 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
General EnhancementNew feature or requestNew feature or request