Skip to content

Commit

Permalink
Updated Contributing Guide [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Aug 7, 2018
1 parent 2995816 commit ce14650
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@

First, thanks for wanting to contribute. You’re awesome! :heart:

## Questions
## Help

Use [Stack Overflow](https://stackoverflow.com/) with the tag `pghero`.
We’re not able to provide support through GitHub Issues. If you’re looking for help with your code, try posting on [Stack Overflow](https://stackoverflow.com/).

## Feature Requests
All features should be documented. If you don’t see a feature in the docs, assume it doesn’t exist.

Create an issue. Start the title with `[Idea]`.
## Bugs

## Issues

Think you’ve discovered an issue?
Think you’ve discovered a bug?

1. Search existing issues to see if it’s been reported.
2. Try the `master` branch to make sure it hasn’t been fixed.
Expand All @@ -26,6 +24,10 @@ If the above steps don’t help, create an issue. Include:
- Detailed steps to reproduce
- Complete backtraces for exceptions

## New Features

If you’d like to discuss a new feature, create an issue and start the title with `[Idea]`.

## Pull Requests

Fork the project and create a pull request. A few tips:
Expand Down

0 comments on commit ce14650

Please sign in to comment.