forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc5c36d
commit 29b976c
Showing
1 changed file
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### Contributing A Patch | ||
|
||
If you're working on an existing issue, such as one of the `help-wanted` ones | ||
above, simply respond to the issue and express interest in working on it. This | ||
helps other people know that the issue is active, and hopefully prevents | ||
duplicated efforts. | ||
|
||
If you want to work on a new idea of relatively small scope: | ||
|
||
1. Submit an issue describing your proposed change to the repo in question. | ||
1. The repo owners will respond to your issue promptly. | ||
1. If your proposed change is accepted, fork the repo, develop, and test your changes. | ||
1. Submit a pull request. | ||
|
||
If you want to work on a bigger idea, submit an issue describing your proposed design. | ||
|
||
### Adding dependencies | ||
|
||
If your patch depends on new packages, add that package with | ||
[`godep`](https://github.com/tools/godep). Follow the [instructions to add a | ||
dependency](docs/devel/development.md#godep-and-dependency-management). | ||
|