File: CONTRIBUTING.md

package info (click to toggle)
gitlab-shell 14.35.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,652 kB
  • sloc: ruby: 1,129; makefile: 583; sql: 391; sh: 384
file content (21 lines) | stat: -rw-r--r-- 801 bytes parent folder | download
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.