Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.16 KB

Contributing to CloudEvents sdk-go

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

We welcome contributions from the community! Please take some time to become acquainted with the process before submitting a pull request. There are just a few things to keep in mind.

Pull Requests

Typically a pull request should relate to an existing issue. If you have found a bug, want to add an improvement, or suggest an API change, please create an issue before proceeding with a pull request. For very minor changes such as typos in the documentation this isn't really necessary.

For step by step help with managing your pull request, have a look at our PR Guidelines document.

Sign your work

Each PR must be signed. Be sure your git user.name and user.email are configured then use the --signoff flag for your commits.

git commit --signoff

Style Guide

Code style for this module is maintained using go fmt.

Maintainers

If you are a maintainer of this repository, here is a brief guide with helpful tips.