projects
projects copied to clipboard
2017 GSoC report activity yaml should be 1 based, not 0 based
The yaml being submitted currently contains
activity:
- 0:
- repo: name
- link: URL
- details: shortlog
It should be either 1 based, or be an array like
activity:
- repo: name link: URL details: shortlog
- repo: name2 link: URL2 details: shortlog2
I want to work on this issue, Please assign this issue to me.
Unassigned, as the assignee kept closing their PRs instead of fixing them.
@suhailsinghbains, please follow https://coala.io/newcomer which tells you how to find issues you are eligible for. And come onto https://coala.io/chat if you want help to find a issue which is suitable for you.
can I work on this issue @jayvdb ?