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 AUTHORS file #113

Open
xavierfigueroav opened this issue Aug 21, 2019 · 3 comments
Open

Add AUTHORS file #113

xavierfigueroav opened this issue Aug 21, 2019 · 3 comments

Comments

@xavierfigueroav
Copy link
Collaborator

@xavierfigueroav xavierfigueroav commented Aug 21, 2019

An authors file is needed to list and thank people who have contributed to the project.

@SKalt
Copy link
Contributor

@SKalt SKalt commented Oct 13, 2019

Hi, could you quote and link docs on the AUTHORS file standard? I'm interested in what advantages the split-out AUTHORS file has over the current authors=[...] field in setup.py or extracting authors from the git log.

@SKalt
Copy link
Contributor

@SKalt SKalt commented Oct 13, 2019

More googling yielded https://opensource.google/docs/releasing/authors/, which outlines how an AUTHORS file (1) delineates who has copyrights to the open-source project and (2) creates a central place to acknowledge contributors' work. Seems worth a look to me. Then again, git log --format=format:'%aN <%aE>' | awk '!x[$0]++' or whatever powers Github's repo insights also can shows who committed, and possibly when and how much.

@xavierfigueroav
Copy link
Collaborator Author

@xavierfigueroav xavierfigueroav commented Oct 13, 2019

Hi. AUTHORS file may be a platform-independent (git/github) alternative to acknowledge contributors' work. It is also a common, good practice in open source projects.

It looks like no SPDX repository has an AUTHORS file, so, if you are interested in, you could follow the style of the license-expression library's one, (which is maintained by tools-python's maintainer, who, by the way, suggested adding this file).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.