-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Format markdown Produced via: `prettier --write $(find -name '*.md' | grep -v vendor)` * Fix issue template
- Loading branch information
1 parent
e54498d
commit 0f793b2
Showing
5 changed files
with
54 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ This doc explains how to setup a development environment so you can get started | |
[contributing](https://github.com/knative/docs/blob/master/community/CONTRIBUTING.md) | ||
to Knative `pkg`. Also take a look at: | ||
|
||
* [The pull request workflow](https://github.com/knative/docs/blob/master/community/CONTRIBUTING.md#pull-requests) | ||
- [The pull request workflow](https://github.com/knative/docs/blob/master/community/CONTRIBUTING.md#pull-requests) | ||
|
||
## Getting started | ||
|
||
|
@@ -31,9 +31,9 @@ To get started you'll need to set these environment variables (we recommend | |
adding them to your `.bashrc`): | ||
|
||
1. `GOPATH`: If you don't have one, simply pick a directory and add | ||
`export GOPATH=...` | ||
`export GOPATH=...` | ||
1. `$GOPATH/bin` on `PATH`: This is so that tooling installed via `go get` will | ||
work properly. | ||
work properly. | ||
|
||
`.bashrc` example: | ||
|
||
|
@@ -50,17 +50,17 @@ in your [`GOPATH`](https://github.com/golang/go/wiki/SettingGOPATH). | |
To check out this repository: | ||
|
||
1. Create your own [fork of this | ||
repo](https://help.github.com/articles/fork-a-repo/) | ||
repo](https://help.github.com/articles/fork-a-repo/) | ||
1. Clone it to your machine: | ||
|
||
```shell | ||
mkdir -p ${GOPATH}/src/github.com/knative | ||
cd ${GOPATH}/src/github.com/knative | ||
git clone [email protected]:${YOUR_GITHUB_USERNAME}/pkg.git | ||
cd pkg | ||
git remote add upstream [email protected]:knative/pkg.git | ||
git remote set-url --push upstream no_push | ||
``` | ||
```shell | ||
mkdir -p ${GOPATH}/src/github.com/knative | ||
cd ${GOPATH}/src/github.com/knative | ||
git clone [email protected]:${YOUR_GITHUB_USERNAME}/pkg.git | ||
cd pkg | ||
git remote add upstream [email protected]:knative/pkg.git | ||
git remote set-url --push upstream no_push | ||
``` | ||
|
||
_Adding the `upstream` remote sets you up nicely for regularly [syncing your | ||
fork](https://help.github.com/articles/syncing-a-fork/)._ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,21 +14,21 @@ religion, or sexual identity and orientation. | |
Examples of behavior that contributes to creating a positive environment | ||
include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
- Using welcoming and inclusive language | ||
- Being respectful of differing viewpoints and experiences | ||
- Gracefully accepting constructive criticism | ||
- Focusing on what is best for the community | ||
- Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
- The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
- Trolling, insulting/derogatory comments, and personal or political attacks | ||
- Public or private harassment | ||
- Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a | ||
- Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
## Our Responsibilities | ||
|
@@ -60,7 +60,7 @@ [email protected]. All complaints will be reviewed | |
and investigated and will result in a response that is deemed | ||
necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of | ||
an incident. Further details of specific enforcement policies may be | ||
an incident. Further details of specific enforcement policies may be | ||
posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good | ||
|
@@ -73,4 +73,3 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi | |
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters