engineerjoe440 / ElectricPy

Electrical Engineering Formulas in Python
https://electricpy.readthedocs.io/en/latest/
MIT License
86 stars 16 forks source link

Add Automatic Contributor List to README #61

Closed engineerjoe440 closed 2 years ago

engineerjoe440 commented 2 years ago

There's GOT to be some way to show contributors automatically in the README. So that Github contributors can automatically be listed without needing to be added manually (would save me some time, and make sure people get some of the credit and thanks that they need).

ankush-0x90 commented 2 years ago

Hi @engineerjoe440, I happen to came accross one repo having such dynamic feature of listing the contributors just like you mentioned.

https://contrib.rocks/image?repo=engineerjoe440/ElectricPy

I can make PR for the same if its oke

engineerjoe440 commented 2 years ago

I think this would be great! If you can add that to the "Special Thanks" section, that would be fantastic! You can probably remove those in the list whose images also appear, but the rest should stick around in the list. Thank you!

PR welcome! :)

engineerjoe440 commented 2 years ago

Just looked up this tool, looks like this is the markdown we'll probably want to use in the README:

<a href="https://github.com/engineerjoe440/electricpy/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=engineerjoe440/electricpy" />
</a>

Made with [contrib.rocks](https://contrib.rocks).
ankush-0x90 commented 2 years ago

Yes and a lot of projects are currently using it as its always nice to appreciate those who are giving back to the community.