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

Adding optional listing of former project maintainers and displaying them in README #51

Open
palmskog opened this issue Jun 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@palmskog
Copy link
Member

palmskog commented Jun 3, 2020

To give proper credit to our maintainers, I think it would be appropriate to store the coq-community maintainership history in meta.yml, regardless of whether it is displayed in README.md or not. Based on discussion in the Zulip, there are two convenient ways to do this in meta.yml, either as part of the maintainers list or as part of a new list.

First option example:

maintainers:
- name: Karl Palmskog
  nickname: palmskog
  current: true
- name: Hugo Herbelin
  nickname: herbelin

Second option example:

maintainers:
- name: Karl Palmskog
  nickname: palmskog

former_maintainers:
- name: Hugo Herbelin
  nickname: herbelin

Note that former_maintainers does not necessarily need to contain the nicknames.

@palmskog palmskog added the enhancement New feature or request label Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant