Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#292 Create a contributors guide #329

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Contributing

## Issues

Use the search tool before opening a new issue.

Provide the expected behavior, actual behavior, steps to reproduce the problem and both version and platform.

## Pull requests

Open your pull request against ```master```.

You should add/modify tests to cover your proposed code changes.

If your pull request contains a new feature, please document it on the README.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ servers in Go.

## Contributing

This project is in an early stage. We are currently **not accepting** any
contributions.
Check the [Contributing file](./CONTRIBUTING.md) for instructions on how to open issues and pull requests.

## Overview

Expand Down