Skip to content

Instantly share code, notes, and snippets.

@aldrichtr
Forked from kevinslin/project.schema.yml
Created October 11, 2023 23:25
Show Gist options
  • Save aldrichtr/dfc10a8facf174f1080c8d92427ff541 to your computer and use it in GitHub Desktop.
Save aldrichtr/dfc10a8facf174f1080c8d92427ff541 to your computer and use it in GitHub Desktop.
version: 1
schemas:
- id: pro
desc: project
parent: root
namespace: true
template:
id: pro.template
type: note
children:
- concepts
- topic
- config
- debug
- qa
- design
- internal
- lifecycle
- quickstart
- changelog
- issues
- plugins
- id: plugins
namespace: true
- id: design
desc: project design
- id: issues
- id: config
desc: project configuration
- id: concepts
- id: topic
namespace: true
pattern: t
- id: internal
desc: Explanation of how code works
- id: lifecycle
- id: quickstart
desc: how to setup
- id: concepts
- id: debug
- id: qa
title: quality assurance
- id: changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment