mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 23:09:37 +00:00
add pull request template
This commit is contained in:
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -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). )
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user