Skip to content

Commit 8080d1f

Browse files
author
Andreas Savvides
committed
Add some contributing guidelines
1 parent 16309bf commit 8080d1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ python server.py
2828

2929
Head over to `localhost:5000` and you should be able to see this code in action; try and log in using Digits!
3030

31+
## Contributing
32+
33+
All contributions are welcome; fork the repository, make your changes and open a pull request. Try to stick to the coding conventions that are already in place.
34+
35+
At the moment, what would be most useful is adding code to show an end-to-end solution of how to use Digits. At present we only show how this is done using a Python back-end.
36+
Have a look at the [issue tracker](https://github.com/AnSavvides/react-digits/issues) and feel free to say you are interested to work on something that has not already been assigned. Right now we have open tickets for building [Ruby](https://github.com/AnSavvides/react-digits/issues/1), [node.js](https://github.com/AnSavvides/react-digits/issues/3), [Lua](https://github.com/AnSavvides/react-digits/issues/2) and [Go](https://github.com/AnSavvides/react-digits/issues/4) back-ends. If you want to add support for another language, feel free to open an issue!
37+
3138
## Notes
3239

3340
- Digits is not available as an npm package, but rather over CDN; because of that, we had to include the Digits web SDK over CDN & reference it in our `webpack` configuration in [`externals`](http://webpack.github.io/docs/library-and-externals.html). As a side effect, this is stopping us from creating this solution as a reusable npm-installable component.

0 commit comments

Comments
 (0)