Skip to content

Contains the GitHub issue & PR templates for the @gorilla project.

License

Notifications You must be signed in to change notification settings

isabella232/.github-42

 
 

🦍🦍🦍

This repo contains the GitHub issue & PR templates for the @gorilla project, as well as a handful of maintainer-related tools.

One-Liners

Update all labels using github-label-sync and the labels.json file here:

for repo in $(curl -s https://api.github.com/orgs/gorilla/repos | jq -r '.[] | select(.name | contains("github") | not) | .name'); do \
    github-label-sync --access-token $GITHUB_TOKEN --dry-run gorilla/$repo; done

Build the CI templates:

➜  go run generate_ci.go

About

Contains the GitHub issue & PR templates for the @gorilla project.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%