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

Commit

Permalink
Created CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex7kom committed Feb 27, 2016
1 parent 7632d58 commit 02aaa50
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Contributing to steam-tradeoffers

__This is not a helpdesk__.

__Please read the [FAQ](https://github.com/Alex7Kom/node-steam-tradeoffers/wiki/FAQ)__ first if you have any questions.

If your question is not answered here, please ask it in [https://github.com/steam-forward/node-steam-forum](https://github.com/steam-forward/node-steam-forum), __please do not open an issue here__. Issues are only for bugs and feature requests. All question issues here will be closed and locked on the spot.

## Bug reports

Bug reports without a minimal test case are rejected. If your bot just returns an error and doesn't crash, the library most likely works correctly. Please double check your own code for issues. Note that __Steam itself__ does most of the checks which generate such errors, not the library.

## Pull Requests

Please follow the existing code formatting, do not change any interfaces without need, use common sense when adding features so they won't break the existing functionality, test your code prior to submission and update README accordingly.

__Always__ do only one pull request per bug/feature.

I reserve the right to close any pull request and/or rewrite your feature or fix myself. Please note that reviewing and testing your code also takes time so your changes won't be merged immediately after submission.

-Thank you.

0 comments on commit 02aaa50

Please sign in to comment.