From 94e124cd23e5c2efdd0ad31c890efd86d6131454 Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Tue, 5 May 2020 15:07:50 -0700 Subject: [PATCH] add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ BUILDING.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..b3a459565d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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). ) diff --git a/BUILDING.md b/BUILDING.md index 3ecdb82d17..8b7cbba7b9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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