Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Create CONTRIBUTING.md #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
##Contributing Guidelines

Wanna contribute to this project? Yay, here is how!

###Filing Issues

If you have a question about this project, or have problems using it, please read the README before filing an issue. Also, double-check with the current issues on our [Issues Tracker](https://github.com/zalando/clair-sqs/issues).

###Contributing a Pull Request

1. Submit a comment to the relevant issue or create a new issue describing your proposed change.
2. Do a fork, develop and test your code changes.
3. Include documentation.
4. Submit a pull request.

You'll get feedback about your pull request as soon as possible.

Happy hacking ;-)