Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oauth2-proxy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
oauth2-proxy
oauth2-proxy
Commits
3253bef8
Unverified
Commit
3253bef8
authored
Dec 20, 2018
by
Joel Speed
Browse files
Options
Downloads
Patches
Plain Diff
Add CONTRIBUTING guide
parent
8564ab6e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
CONTRIBUTING.md
+22
-0
22 additions, 0 deletions
CONTRIBUTING.md
README.md
+4
-0
4 additions, 0 deletions
README.md
with
27 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
3253bef8
...
...
@@ -2,6 +2,7 @@
## Changes since v2.2:
-
Add CONTRIBUTING guide
-
Add Issue and Pull Request templates
-
Add Dockerfile
-
Fix fsnotify import
...
...
This diff is collapsed.
Click to expand it.
CONTRIBUTING.md
0 → 100644
+
22
−
0
View file @
3253bef8
# Contributing
To develop on this project, please fork the repo and clone into your
`$GOPATH`
.
Dependencies are
**not**
checked in so please download those separately.
Download the dependencies using
[
`dep`
](
https://github.com/golang/dep
)
.
```
bash
cd
$GOPATH
/src/github.com
# Create this directory if it doesn't exist
git clone git@github.com:<YOUR_FORK>/oauth2_proxy pusher/oauth2_proxy
dep ensure
# Installs dependencies to vendor folder.
```
## Pull Requests and Issues
We track bugs and issues using Github.
If you find a bug, please open an Issue.
If you want to fix a bug, please fork, create a feature branch, fix the bug and
open a PR back to this repo.
Please mention the open bug issue number within your PR if applicable.
This diff is collapsed.
Click to expand it.
README.md
+
4
−
0
View file @
3253bef8
...
...
@@ -420,3 +420,7 @@ server {
}
}
```
## Contributing
Please see our
[
Contributing
](
CONTRIBUTING.md
)
guidelines.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment