1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-11-23 10:41:24 +02:00
parent 0bb125cd61
commit 1f93fcf67d
3 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[INSERT CONTACT METHOD].
info@k8slens.dev.
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the

View File

@ -30,7 +30,7 @@ git remote add $GITHUB_USER git@github.com:${GITHUB_USER}/lens.git
git remote set-url --push origin no_push
# Set your fork remote as a default push target
git push --set-upstream $GITHUB_USER main
git push --set-upstream $GITHUB_USER master
```
Your remotes should look something like this:
@ -56,7 +56,7 @@ Rebase your branch:
```
git fetch origin
git rebase origin/main
git rebase origin/master
Current branch my_feature_branch is up to date.
```

View File

@ -42,4 +42,4 @@ In order for a PR to be merged, the following conditions should exist:
1. The PR has passed all the automated tests (style, build & conformance tests).
2. PR commits have been signed with the `--signoff` option.
3. PR was reviewed and approved by a code owner.
4. PR is rebased against upstream's main branch.
4. PR is rebased against upstream's master branch.