Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
/ repo-template Public archive

Contains templates that should be used in all other Cucumber repositories

License

Notifications You must be signed in to change notification settings

cucumber/repo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber repo template

Contains templates that should be used in all other Cucumber repositories

GitHub templates

Stores the templates used for issues and pull requests creations on GitHub. Synchronize your repo using this command:

./scripts/sync_github_templates <path to your repository>

# Example: ./scripts/sync_github_templates ~/dev/cucumber/cucumber-ruby

This script will delete the existing templates in the .github folder in your repository and add the new ones.

GitHub labels

All repositories should have a common set of labels to tag the issues and PRs. A script is provided in scripts/sync_github_labels. You will need Ruby installed and the octokit gem available:

export GITHUB_TOKEN="your token"

# To create the template labels
scripts/sync_github_labels <repository-name> --create-templates

# To delete GitHub's default labels
scripts/sync_github_labels <repository-name> --delete-defaults

# To run both command at once
scripts/sync_github_labels <repository-name> --init-repo

About

Contains templates that should be used in all other Cucumber repositories

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published