Skip to content

Commit

Permalink
chore: add mention to license
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Jun 9, 2020
1 parent 726c29e commit f383bf5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ A repository template to start your new Go project on GitHub, batteries included

## How to use
1. Click the green button "Use this template" to copy this over.
2. Enable "dependabot alerts" in the Security tab.
3. Setup Branch protection rules to disallow pushing to master or dev.
4. Develop in a feature branch, merge to `dev` and later to `master`.
5. `make` and enjoy!
2. Potentially change the LICENSE as you please. Check out [tl;dr legal](https://tldrlegal.com).
3. Enable "dependabot alerts" in the Security tab.
4. Setup Branch protection rules to disallow pushing to master or dev.
5. Develop in a feature branch, merge to `dev` and later to `master`.
6. `make` and enjoy!

## Features
- `.gitignore` for go development.
Expand Down

0 comments on commit f383bf5

Please sign in to comment.