diff --git a/README.md b/README.md index 485ceeb5..1c5610e6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Generate your metrics that you can embed everywhere, including your GitHub profi 📰 Recent activity - 🏅 Contributors + 🏅 Repository contributors @@ -68,8 +68,10 @@ Generate your metrics that you can embed everywhere, including your GitHub profi - -
Repository version +
Account version + +
+
Repository version
@@ -96,7 +98,7 @@ Generate your metrics that you can embed everywhere, including your GitHub profi - 📜 Licenses + 📜 Repository licenses 👨‍💻 Lines of code changed @@ -114,7 +116,7 @@ Generate your metrics that you can embed everywhere, including your GitHub profi 🧑‍🤝‍🧑 People plugin - 🗂️ Projects + 🗂️ Active projects @@ -166,7 +168,7 @@ Generate your metrics that you can embed everywhere, including your GitHub profi - 🌸 Anilist + 🌸 Anilist watch list and reading list 🎼 Music plugin @@ -246,7 +248,7 @@ Generate your metrics that you can embed everywhere, including your GitHub profi @@ -577,22 +579,22 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1 - + - + - + - + @@ -703,23 +705,23 @@ See their respective documentation for more informations about how to setup them * [🧱 Core](/source/plugins/core/README.md) * **Github** * [📰 Recent activity](/source/plugins/activity/README.md) - * [🏅 Contributors](/source/plugins/contributors/README.md) + * [🏅 Repository contributors](/source/plugins/contributors/README.md) * [🎟️ Follow-up of issues and pull requests](/source/plugins/followup/README.md) * [🎫 Gists](/source/plugins/gists/README.md) * [💡 Coding habits](/source/plugins/habits/README.md) * [🙋 Introduction](/source/plugins/introduction/README.md) * [📅 Isometric commit calendar](/source/plugins/isocalendar/README.md) * [🈷️ Most used languages](/source/plugins/languages/README.md) - * [📜 Licenses](/source/plugins/licenses/README.md) + * [📜 Repository licenses](/source/plugins/licenses/README.md) * [👨‍💻 Lines of code changed](/source/plugins/lines/README.md) * [🧑‍🤝‍🧑 People plugin](/source/plugins/people/README.md) - * [🗂️ Projects](/source/plugins/projects/README.md) + * [🗂️ Active projects](/source/plugins/projects/README.md) * [✨ Stargazers over last weeks](/source/plugins/stargazers/README.md) * [🌟 Recently starred repositories](/source/plugins/stars/README.md) * [📌 Starred topics](/source/plugins/topics/README.md) * [🧮 Repositories traffic](/source/plugins/traffic/README.md) * **Social** - * [🌸 Anilist](/source/plugins/anilist/README.md) + * [🌸 Anilist watch list and reading list](/source/plugins/anilist/README.md) * [🎼 Music plugin](/source/plugins/music/README.md) * [⏱️ Website performances](/source/plugins/pagespeed/README.md) * [✒️ Recent posts](/source/plugins/posts/README.md) @@ -782,7 +784,9 @@ For organization memberships, add `read:org` scope to your personal token. Metrics is built to be easily customizable. Fork this repository, switch used action from `lowlighter/metrics@latest` to your fork and start coding! -To suggest a new feature, report a bug or ask for help, fill an [issue](https://github.com/lowlighter/metrics/issues) describing it. +To report a bug fill an [issue](https://github.com/lowlighter/metrics/issues) describing it. + +To suggest new features or requesting help to setup metrics, check out [discussions](https://github.com/lowlighter/metrics/discussions). If you want to contribute, submit a [pull request](https://github.com/lowlighter/metrics/pulls). Be sure to read [CONTRIBUTING.md](CONTRIBUTING.md) for more information about this. diff --git a/action.yml b/action.yml index 82dcb01a..70fb41e1 100644 --- a/action.yml +++ b/action.yml @@ -193,7 +193,7 @@ inputs: default: no # ==================================================================================== - # 🏅 Contributors + # 🏅 Repository contributors # Enable or disable plugin plugin_contributors: @@ -321,7 +321,7 @@ inputs: default: 0% # ==================================================================================== - # 📜 Licenses + # 📜 Repository licenses # Enable or disable plugin plugin_licenses: @@ -395,7 +395,7 @@ inputs: default: no # ==================================================================================== - # 🗂️ Projects + # 🗂️ Active projects # Enable or disable plugin plugin_projects: @@ -475,7 +475,7 @@ inputs: default: no # ==================================================================================== - # 🌸 Anilist + # 🌸 Anilist watch list and reading list # Enable or disable plugin plugin_anilist: diff --git a/source/plugins/README.md b/source/plugins/README.md index 7ad63ddd..a5a82a27 100644 --- a/source/plugins/README.md +++ b/source/plugins/README.md @@ -8,23 +8,23 @@ See their respective documentation for more informations about how to setup them * [🧱 Core](/source/plugins/core/README.md) * **Github** * [📰 Recent activity](/source/plugins/activity/README.md) - * [🏅 Contributors](/source/plugins/contributors/README.md) + * [🏅 Repository contributors](/source/plugins/contributors/README.md) * [🎟️ Follow-up of issues and pull requests](/source/plugins/followup/README.md) * [🎫 Gists](/source/plugins/gists/README.md) * [💡 Coding habits](/source/plugins/habits/README.md) * [🙋 Introduction](/source/plugins/introduction/README.md) * [📅 Isometric commit calendar](/source/plugins/isocalendar/README.md) * [🈷️ Most used languages](/source/plugins/languages/README.md) - * [📜 Licenses](/source/plugins/licenses/README.md) + * [📜 Repository licenses](/source/plugins/licenses/README.md) * [👨‍💻 Lines of code changed](/source/plugins/lines/README.md) * [🧑‍🤝‍🧑 People plugin](/source/plugins/people/README.md) - * [🗂️ Projects](/source/plugins/projects/README.md) + * [🗂️ Active projects](/source/plugins/projects/README.md) * [✨ Stargazers over last weeks](/source/plugins/stargazers/README.md) * [🌟 Recently starred repositories](/source/plugins/stars/README.md) * [📌 Starred topics](/source/plugins/topics/README.md) * [🧮 Repositories traffic](/source/plugins/traffic/README.md) * **Social** - * [🌸 Anilist](/source/plugins/anilist/README.md) + * [🌸 Anilist watch list and reading list](/source/plugins/anilist/README.md) * [🎼 Music plugin](/source/plugins/music/README.md) * [⏱️ Website performances](/source/plugins/pagespeed/README.md) * [✒️ Recent posts](/source/plugins/posts/README.md)
- 🖼️ 3 templates + 🖼️ 3+ templates
Template\Plugin 🗃️ 📰🏅🏅 🎟️ 🎫 💡 🙋 📅 🈷️📜📜 👨‍💻 🧑‍🤝‍🧑🗂️🗂️ 🌟 📌 🧮🌸🌸 🎼 ⏱️ ✒️