Skip to content

Authors #202

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

Merged
merged 2 commits into from
Jul 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## Authors
Below is a list of the contributors to Adaptive:

+ [Anton Akhmerov](<https://antonakhmerov.org>)
The current maintainers of Adaptive are:

+ [Bas Nijholt](<http://nijho.lt>)
+ [Joseph Weston](<https://joseph.weston.cloud>)
+ [Anton Akhmerov](<https://antonakhmerov.org>)

Other contributors to Adaptive include:

+ Andrey E. Antipov
+ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
+ Jorn Hoofwijk
+ [Joseph Weston](<https://joseph.weston.cloud>)
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
MISSING_AUTHORS=$(git shortlog -s HEAD | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.md || echo "{} missing from authors"')
if [ ! -z "$MISSING_AUTHORS" ]; then { echo $MISSING_AUTHORS; exit 1; }; fi
displayName: 'Authors check'
continueOnError: true