Skip to content

Commit

Permalink
add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
briandowns committed May 5, 2020
1 parent 39c3854 commit 94e124c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**- Description**

**- How to verify**

**- Related Issue**

( What issue does this pull request resolve? If there is no issue, please create one [here](https://github.com/rancher/k3s/issues). )
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repo includes all of Kubernetes history so `--depth 1` will avoid most of t

To build the full release binary run `make` and that will create `./dist/artifacts/k3s`.

Optionally to build the binaries using local go environment without running linting or building docker images:
Optionally to build the binaries using local Go environment without running linting or building docker images:

```bash
./scripts/download && ./scripts/build && ./scripts/package-cli
Expand Down

0 comments on commit 94e124c

Please sign in to comment.