diff options
author | 2019-07-30 01:54:01 +0700 | |
---|---|---|
committer | 2019-07-30 01:54:01 +0700 | |
commit | 2e4a24d3957c205c7bc49525c69e1fa08593d2ca (patch) | |
tree | 62d3b93525c367bb1b45388e9fe3e55a674f7e57 /source/features/batch-open-issues.tsx | |
parent | cb8de12eb680475024c21d5586aa31a232493c73 (diff) | |
download | refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.gz refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.zst refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.zip |
Sort features in Readme by area instead of by type (#2283)
Diffstat (limited to 'source/features/batch-open-issues.tsx')
-rw-r--r-- | source/features/batch-open-issues.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/batch-open-issues.tsx b/source/features/batch-open-issues.tsx index 594b81a4..9d1be6f7 100644 --- a/source/features/batch-open-issues.tsx +++ b/source/features/batch-open-issues.tsx @@ -64,7 +64,8 @@ function init(): void | false { features.add({ id: __featureName__, - description: 'Open multiple issues in your repo at once', + description: 'Adds a button to open multiple discussions at once in your repos.', + screenshot: 'https://user-images.githubusercontent.com/1402241/38084752-4820b0d8-3378-11e8-868c-a1582b16f915.gif', include: [ features.isDiscussionList ], |