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

Add authorship to components #80

Open
2 of 3 tasks
rcannood opened this issue Jul 10, 2024 · 0 comments
Open
2 of 3 tasks

Add authorship to components #80

rcannood opened this issue Jul 10, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@rcannood
Copy link
Contributor

rcannood commented Jul 10, 2024

I think components should mention a list of authors / contributors. In OpenPipeline this is addressed by:

  • Storing a list of authors in src/authors.
  • Merging the individual yaml in the components, e.g.:
    authors:
      - __merge__: /src/authors/dries_de_maeyer.yaml
        roles: [ maintainer, author ]
      - __merge__: /src/authors/dries_schaumont.yaml
        roles: [ author ]

We could do the same, namely:

  • Create a bunch of src/authors yamls
  • Refer to the author yamls in the components
  • Update the contribution documentation to reflect these changes
@rcannood rcannood added the documentation Improvements or additions to documentation label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant