Skip to content

2017 GSoC report activity yaml should be 1 based, not 0 based #616

@jayvdb

Description

@jayvdb

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions