This repository defines basic, shareable settings for Ingeno repositories.
It can also be used to define default community files. This can be useful to create issue or pull requests templates.
Files defined in .github (excluding settings.yml) contain configurations that can be extended by other repositories in this organization. For more details, see probot-config/recipes.
The Ingeno Github organization defines a few repository templates meant to make it easy to start a new project without dealing with some of the boilerplate.
The most basic one, from which most other templates are created from is customer-template. This is the best starting point if you want to create another template for a specific tech stack.
The following templates can be of interest:
To validate settings, simply run npm run lint.
To validate Github workflows before pushing a PR, simply run npm run lint:workflows.