diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 292d05e..d46127c 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -1,5 +1,19 @@ -============================== - Contributors to ``pgtricks`` -============================== +========================== + Contributors to Pgtricks +========================== +(in alphabetic order and with GitHub handles) + +.. This file is automatically generated. Please update ``contributors.yaml`` + instead and see ``CONTRIBUTING.rst`` for instructions on how to update + this file. + +- Albert Cai (@oldcai) - Antti Kaihola (@akaihola) +- Connor Sherson (@connorsherson) +- Jonathan (@jomonson) +- Jose Luis (@jescobar87) +- mihuman (@mihuman) +- Phil Ayres (@philayres) +- Seweryn Niemiec (@thugcee) +- tyctor (@tyctor) diff --git a/README.rst b/README.rst index d6b2298..22370bd 100644 --- a/README.rst +++ b/README.rst @@ -100,3 +100,127 @@ Usage:: optional arguments: -h, --help show this help message and exit --output-dir OUTPUT_DIR, -o OUTPUT_DIR + + +Contributors ✨ +=============== + +Thanks goes to these wonderful people (`emoji key`_): + +.. raw:: html + + + + + + + + + + + + + + + + +
+ + @oldcai +
+ + Albert Cai + +
+
+ 🐛 +
+ + @akaihola +
+ + Antti Kaihola + +
+
+ 💻 +
+ + @connorsherson +
+ + Connor Sherson + +
+
+ 💻 +
+ + @jomonson +
+ + Jonathan + +
+
+ 💻 +
+ + @jescobar87 +
+ + Jose Luis + +
+
+ 🐛 +
+ + @philayres +
+ + Phil Ayres + +
+
+ 🐛 +
+ + @thugcee +
+ + Seweryn Niemiec + +
+
+ 🐛 +
+ + @mihuman +
+ + mihuman + +
+
+ 💻 +
+ + @tyctor +
+ + tyctor + +
+
+ 🐛 +
+ +This project follows the all-contributors_ specification. +Contributions of any kind are welcome! + +.. _README.rst: https://github.com/akaihola/pgtricks/blob/master/README.rst +.. _emoji key: https://allcontributors.org/docs/en/emoji-key +.. _all-contributors: https://allcontributors.org diff --git a/contributors.yaml b/contributors.yaml new file mode 100644 index 0000000..f714c21 --- /dev/null +++ b/contributors.yaml @@ -0,0 +1,19 @@ +--- +akaihola: + - {link_type: pulls-author, type: Code} +connorsherson: + - {link_type: pulls-author, type: Code} +jescobar87: + - {link_type: issues, type: Bug reports} +jomonson: + - {link_type: pulls-author, type: Code} +mihuman: + - {link_type: pulls-author, type: Code} +oldcai: + - {link_type: issues, type: Bug reports} +philayres: + - {link_type: issues, type: Bug reports} +thugcee: + - {link_type: issues, type: Bug reports} +tyctor: + - {link_type: issues, type: Bug reports}