Skip to content

Commit be5b43e

Browse files
committed
Add CONTRIBUTING info to repo
1 parent 3a9301c commit be5b43e

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Contributing
2+
3+
We at API By Example, encourage anyone to contribute to any of our repositories.
4+
5+
### Code Styles
6+
7+
Please see https://github.com/rockabox/rb-js-linter for JS Style information.
8+
9+
### Pull requests
10+
11+
If you fixed or added something useful to the project, you can send a pull request.
12+
It will be reviewed by maintainer and accepted, or commented for rework, or declined.
13+
14+
### Bugs
15+
16+
If you found an error, typo or any other flaw in the project, please report about
17+
it using GitHub Issues. The more details you provide, the easier it could be
18+
reproduced and the faster it could be fixed. Unfortunately, sometimes the bug
19+
can only be reproduced in your project or in your environment, so maintainers
20+
cannot reproduce it. In this case we believe you can fix the bug and send us the
21+
fix.
22+
23+
### Features
24+
25+
If you've got an idea about a new feature, it's most likely that you'll have to
26+
implement it on your own. If you cannot implement the feature, but it is very
27+
important, you can create an issue at GitHub, but expect it to be declined by
28+
the maintainer.

0 commit comments

Comments
 (0)