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

Commit

Permalink
Add contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale Paredes committed Aug 7, 2019
1 parent dfd6889 commit 035c3ee
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,21 @@
First, thank you for taking the time to contribute!

# How to contribute

## Reporting Bugs

Bugs are tracked as [GitHub issues](https://github.com/codeclimate/velocity-deploy-action/issues). After you've confirmed the issue hasn't be reported before, you can open an issue explaining the problem and including additional details to help us reproduce the problem:

* Use a clear and descriptive title.
* Describe the exact steps which reproduce the problem in as much detail as possible.
* Describe the behavior you observed after following the steps.
* Explain which behavior you expected to see instead and why.
* Include screenshots or animated GIFs whenever possible.

## Submitting changes

Please open a GitHub Pull Request with a clear title and desciption (read more about [pull requests](http://help.github.com/pull-requests/)). Please make sure all of your commits are atomic (one feature per commit). Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should include more details.

Thank you!

Code Climate Team

1 comment on commit 035c3ee

@adiaxchel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets go to home

Please sign in to comment.