Skip to content

Commit 6773b53

Browse files
committed
add the How to Contribute section; link contributors to the github graphs
1 parent 78f53cf commit 6773b53

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,21 @@ easy_install gspread
200200
nosetests
201201
```
202202
203-
## Suggestions & Code Contribution
203+
## [Contributors](https://github.com/burnash/gspread/graphs/contributors)
204204
205-
- [Javier Candeira](https://github.com/candeira)
206-
- [Peter "Mash" Morgan](https://github.com/ac001)
207-
- [ptlu](https://github.com/ptlu)
208-
- [aginor](https://github.com/aginor)
205+
## How to Contribute
209206
210-
[All contributors](https://github.com/burnash/gspread/graphs/contributors)
207+
### Ask Questions
211208
212-
## Feedback
209+
The best way to get an answer to a question is to ask on [Stack Overflow with a gspread tag](http://stackoverflow.com/questions/tagged/gspread?sort=votes&pageSize=50)
213210
214-
Please report bugs and suggest features via [GitHub Issues](https://github.com/burnash/gspread/issues).
211+
### Report Issues
212+
213+
Please report bugs and suggest features via the [GitHub Issues](https://github.com/burnash/gspread/issues).
214+
215+
Before opening an issue, search the tracker for possible duplicates. If you find a duplicate, please add a comment saying that you encountered the problem as well.
216+
217+
### Contribute code
218+
219+
* Check the [GitHub Issues](https://github.com/burnash/gspread/issues) for open issues that need attention.
220+
* Follow the [Contributing to Open Source](https://guides.github.com/activities/contributing-to-open-source/) Guide.

0 commit comments

Comments
 (0)