Update documentation
This commit is contained in:
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,21 +0,0 @@
|
||||
---
|
||||
name: 🗳️ Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
👋 Hi there!
|
||||
Thanks for using metrics and helping us to improve!
|
||||
|
||||
Please:
|
||||
- Check you're not duplicating an existing issue
|
||||
- It is not mentioned in https://github.com/lowlighter/metrics/projects/1
|
||||
- Add correct labeling
|
||||
- Provide a clear and concise description
|
||||
|
||||
-->
|
||||
20
.github/ISSUE_TEMPLATE/question.md
vendored
20
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -1,20 +0,0 @@
|
||||
---
|
||||
name: 💬 Question
|
||||
about: Ask a question or request help
|
||||
title: ''
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
👋 Hi there!
|
||||
Thanks for using metrics!
|
||||
|
||||
Please:
|
||||
- Search for similar issues
|
||||
- Check documentation
|
||||
- Provide a clear and concise description
|
||||
|
||||
-->
|
||||
@@ -3,7 +3,9 @@
|
||||
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.
|
||||
|
||||
2
.github/readme/partials/introduction.md
vendored
2
.github/readme/partials/introduction.md
vendored
@@ -53,7 +53,7 @@ Generate your metrics that you can embed everywhere, including your GitHub profi
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="2" align="center">
|
||||
<a href="source/templates/README.md">🖼️ <%= elements.length-1 %> templates</a>
|
||||
<a href="source/templates/README.md">🖼️ <%= elements.length-1 %>+ templates</a>
|
||||
</th>
|
||||
</tr>
|
||||
<% if (elements.length%2)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
### 🌸 Anilist
|
||||
### 🌸 Anilist watch list and reading list"
|
||||
|
||||
The *anilist* plugin lets you display your favorites animes, mangas and characters from your [AniList](https://anilist.co) account.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "🌸 Anilist"
|
||||
name: "🌸 Anilist watch list and reading list"
|
||||
cost: N/A
|
||||
categorie: social
|
||||
supports:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
### 🏅 Contributors
|
||||
### 🏅 Repository contributors
|
||||
|
||||
The *contributors* plugin lets you display repositories contributors from a commit range, that can be specified through either sha, tags, branch, etc.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "🏅 Contributors"
|
||||
name: "🏅 Repository contributors"
|
||||
cost: N/A
|
||||
categorie: github
|
||||
supports:
|
||||
|
||||
@@ -5,8 +5,10 @@ It is mostly intended for metrics used outside of GitHub, since these informatio
|
||||
|
||||
<table>
|
||||
<td align="center">
|
||||
<details><summary open>Account version</summary>
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.introduction.svg">
|
||||
<details><summary>Repository version</summary>
|
||||
</details>
|
||||
<details><summary open>Repository version</summary>
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.introduction.repository.svg">
|
||||
</details>
|
||||
<img width="900" height="1" alt="">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
### 📜 Licenses
|
||||
### 📜 Repository licenses
|
||||
|
||||
⚠️ This is NOT legal advice, use at your own risk
|
||||
💣 Do NOT enable this plugin on public web instances (plugin allows raw commands injection)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "📜 Licenses"
|
||||
name: "📜 Repository licenses"
|
||||
cost: N/A
|
||||
categorie: github
|
||||
supports:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
### 🗂️ Projects
|
||||
### 🗂️ Active projects
|
||||
|
||||
⚠️ This plugin requires a personal token with public_repo scope.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "🗂️ Projects"
|
||||
name: "🗂️ Active projects"
|
||||
cost: 1 GraphQL request + 1 GraphQL request per repository project
|
||||
categorie: github
|
||||
supports:
|
||||
|
||||
Reference in New Issue
Block a user