GitHub Template
How to create a DevRail-compliant repository from the GitHub template.
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.
| Platform | Repository | Usage |
|---|---|---|
| GitHub | github-repo-template | Click “Use this template” on GitHub |
| GitLab | gitlab-repo-template | Create 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.
How to create a DevRail-compliant repository from the GitHub template.
How to create a DevRail-compliant project from the GitLab template.