1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# How to Contribute
gssapi is [Apache 2.0 licensed](LICENSE), and we're happy to accept pull
requests. Planned/desired work lives in the [TODO file](TODO.md). If you want to
start working on something, grab an item from the [TODO](TODO.md), create a new
[Github Issue](https://github.com/apcera/gssapi/issues) and assign it to
yourself, and begin working on your code.
# Suggested Workflow
- Fork our repo
- Read the [README](README.md) on what we use gssapi for
- Read the [TODO](TODO.md) for planned/desired work
- File issues, submit pull requests, and let us know what you think
# Style
We defer to the [style guide](https://github.com/golang/go/wiki/CodeReviewComments)
from the Golang team wherever possible.
Thanks for considering working on GSSAPI! We hope to see patches from you soon.
|