all-contributors / all-contributors/cli

Custom link for contribution categories

オープン
#88 コメント 7 件 リアクション 1 件 担当者 0 名 GitHub で見る
pinned priority: medium status: available type: enhancement
主要言語
JavaScript
スター
425
フォーク
149
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi there,

I'd like to propose a feature when generating links for "ideas" contribution.
It would be handy to allow changing the link, without replacing the whole template.

Currently, the links for "ideas" are generated like this:

```
#ideas-{username}
```

I'd like to customize it to link to GitHub Issues. As this can vary from project to project, maybe `all-contributors-cli` could support link templates, per contribution category?

On `"ideas"` contributions we could have a couple of options, such as:

1. Issues created by that user:

```
/{projectOwner}/{projectName}/issues/created_by/{username}
```

2. Filtering issues with a specific label (`"ideas"` / `"proposal"` / etc)

```
/{projectOwner}/{projectName}/issues?q=author%3A{username}+label%3Aideas
```

What's your thoughts on this? Cheers!

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。