Shared database of issues

50-minute + 10-minute session on day 2

Use cases for sharing notes:

We should keep it streamlined, like keep it in git as the Debian project is currently doing.

YAML seems to be cool for everybody.

Issues:

It would be handy to have meta-issues.

Regarding history:

Linking packages between distros:

Maintaining the notes:

For Debian, moving remaining stuff from the wiki to the notes. (→ lamby)

Possible format:

  issue:
    url:
    description:
    distro:
      debian:
        state: fixed
        comment: |

  package:
    distros:
      debian:
        issues:
          - issues1
          - issue2 / free text            #   ← fixed issue
        comments:
        bugs: []
        version:
      freebsd:
        version:
        bugs: []
    comments:
    bugs: []
    issues: []