From 5f3434b6115c6ef7d7e195300c83ca2ad05c1a43 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 13 May 2019 23:12:23 +0700 Subject: Add description field to features (#2030) Co-authored-by: Federico Brigante --- source/features/patch-diff-links.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'source/features/patch-diff-links.tsx') diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx index 7fae9eba..958689bb 100644 --- a/source/features/patch-diff-links.tsx +++ b/source/features/patch-diff-links.tsx @@ -22,6 +22,7 @@ function init(): void { features.add({ id: 'patch-diff-links', + description: 'Quickly access a commit’s `.patch` and `.diff` files', include: [ features.isCommit ], -- cgit v1.2.3