Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/memes/google-f5-bigip-access-options

Showcases access options for F5 BIG-IP VMs provisioned on Google Cloud using F5's Terraform module
https://github.com/memes/google-f5-bigip-access-options

Last synced: 7 days ago
JSON representation

Showcases access options for F5 BIG-IP VMs provisioned on Google Cloud using F5's Terraform module

Awesome Lists containing this project

README

        

# repo-template

![GitHub release](https://img.shields.io/github/v/release/memes/repo-template?sort=semver)
![Maintenance](https://img.shields.io/maintenance/yes/2023)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)

This repository contains common settings and actions that I tend to use in my
demos and projects.

## Setup

> NOTE: TODOs are sprinkled in the files and can be used to find where changes
> may be necessary.

1. Use as a template when creating a new GitHub repo, or copy the contents into
a bare-repo directory.

2. Remove Go tooling if needed, or update it to make sure it meets repo layout

- `.github/workflows/go-lint.yml`
- `.github/workflows/go-release.yml`
- `.golangci.yml`
- `.goreleaser.yml`
- `Dockerfile`

3. Update `.pre-commit-config.yml` to add/remove plugins as necessary.
4. Create `.envrc` and `.tool-versions` for asdf and direnv integration;
`dot.envrc` and `dot.tool-versions` provide starting points.
5. Modify README.md and CONTRIBUTING.md, change LICENSE as needed.
6. Review GitHub PR and issue templates.
7. If using `release-please` action, make sure that _Settings_ > _Action_ >
_General_ > _Allow GitHub Actions to create and approve pull requests_ is
checked.
8. Commit changes.