Templates and runnable demos for building with the CogSol Framework.
Core content:
templates/contains reusable starter projects.examples/contains specific demos, often more complete and complex than templates.
Supporting contributor infrastructure:
docs/contains reusable README templates for contributors..github/contains issue/PR templates and repository automation.CONTRIBUTING.mdexplains how to propose and submit community contributions.
No templates yet.
See templates/README.md for the template index and conventions.
No examples yet.
See examples/README.md for the example index and conventions.
When adding a new template or example:
- Create a dedicated folder under
templates/orexamples/. - Add a local
README.mdwith purpose, setup, and run steps. - Register it in:
- this root
README.md - the corresponding index (
templates/README.mdorexamples/README.md)
- this root
For full contribution steps, see CONTRIBUTING.md.
- Open a proposal issue (
Template ProposalorExample Proposal) if scope is unclear. - Submit a pull request using the repository PR template.
- Ensure local docs are present and index entries are updated.
- Automated checks verify that new folders include
README.mdand are listed in catalogs.