Templates

How to use the GitHub and GitLab project templates to bootstrap DevRail-compliant repositories.

DevRail provides project templates for both GitHub and GitLab. These templates include all the configuration files needed to start a DevRail-compliant project with zero setup.

Available Templates

PlatformRepositoryUsage
GitHubgithub-repo-templateClick “Use this template” on GitHub
GitLabgitlab-repo-templateCreate from custom template in GitLab

Both templates are functionally equivalent. The only difference is the CI pipeline configuration: GitHub Actions workflows vs. .gitlab-ci.yml.

Template Guides


GitHub Template

How to create a DevRail-compliant repository from the GitHub template.

GitLab Template

How to create a DevRail-compliant project from the GitLab template.