This repository serves as the central management hub for the NL Design System project.
This repository is primarily used for:
- GitHub Issues: tracking project-wide tasks across the NL Design System ecosystem
- Maintenance scripts: scripts and automation tools that aid in propagating changes efficiently across multiple repositories. Note: these scripts are primarily intended for internal use and may not be fully documented or supported for external contributors.
- Maintenance knowledge base: technical notes to support maintenance tasks. Note: whenever possible, documenting things on the website instead is preferred.
Run the scripts from the root folder in which all your checked-out repositories are stored.
scripts/checkout.sh: checkout main branch in all repos and pull latestscripts/status.sh: for each repo, output the current branch and commit statusscripts/open-prs.sh: for each repo, list all your PRs that are still open