Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create debops-contributors repo to keep track of contributors. #157

Closed
ypid opened this issue Jul 7, 2016 · 4 comments
Closed

Create debops-contributors repo to keep track of contributors. #157

ypid opened this issue Jul 7, 2016 · 4 comments

Comments

@ypid
Copy link
Member

ypid commented Jul 7, 2016

Proposing to create debops/debops-contributors repo which holds documentation about all contributors.

The team section from https://wiki.debops.org/about can be moved to the repo, having one section for each contributor with real name and short introduction. More info can be linked to.

With #155 in place, contributor nick names used throughout the docs can link to the section in debops/debops-contributors.

References can be made like this:

- Initial release. [drybjed_]
@drybjed
Copy link
Member

drybjed commented Jul 7, 2016

I will create the initial repository tommorow with layout similar to the other "docs" sites, so that it can be included on the http://docs.debops.org/ website.

@ypid
Copy link
Member Author

ypid commented Jul 9, 2016

Another way would be to generate the contributor to real name mapping from meta/ansigenome.yml.

ansigenome_info:
  galaxy_url: 'https://galaxy.ansible.com/debops/unattended_upgrades/'
  github_url: 'https://github.com/debops/ansible-unattended_upgrades'
  git_branch: 'master'

  travis: True

  license_url: 'https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)'

  authors:
    - name:  'Maciej Delmanowski'
      url: ''
      email: 'drybjed@gmail.com'
      twitter: 'drybjed'
      github: 'drybjed'

    - name:  'Robin Schneider'
      url: 'http://ypid.de/'
      email: 'ypid@riseup.net'
      twitter: 'ypid'
      github: 'ypid'

So this could avoid having the debops/debops-contributors repo since the information is basically already bundled with the individual roles.
Script for that should be trivial.

@drybjed
Copy link
Member

drybjed commented Jul 9, 2016

Although, perhaps, I would make the authors list shorter, just a name, a nickname/login which is used in the Changelogs, and an url that can point to a place where contact information can be found, usually a GitHub page.

@ypid
Copy link
Member Author

ypid commented Jul 18, 2016

Closing in favor to #155 and #172.

@ypid ypid closed this as completed Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants