diff options
author | 2020-10-18 19:39:00 -0400 | |
---|---|---|
committer | 2020-10-18 19:39:00 -0400 | |
commit | 017c17b36565186d87edb7618d781b0e87b206f3 (patch) | |
tree | 1f785e8c9efdb28b89e1fb257341b383dbf4ab2b /source/features/use-first-commit-message-for-new-prs.tsx | |
parent | 6a8fda98f257f2dff7fb039ca7ea94aec8208794 (diff) | |
download | refined-github-017c17b36565186d87edb7618d781b0e87b206f3.tar.gz refined-github-017c17b36565186d87edb7618d781b0e87b206f3.tar.zst refined-github-017c17b36565186d87edb7618d781b0e87b206f3.zip |
Meta: Validate feature descriptions and functionality (#3621)
Co-authored-by: Fregante <opensource@bfred.it>
Diffstat (limited to 'source/features/use-first-commit-message-for-new-prs.tsx')
-rw-r--r-- | source/features/use-first-commit-message-for-new-prs.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/use-first-commit-message-for-new-prs.tsx b/source/features/use-first-commit-message-for-new-prs.tsx index 9190765b..5c2e998e 100644 --- a/source/features/use-first-commit-message-for-new-prs.tsx +++ b/source/features/use-first-commit-message-for-new-prs.tsx @@ -30,7 +30,7 @@ async function init(): Promise<void | false> { void features.add({ id: __filebasename, - description: 'Use the first commit for a new PR’s title and description.', + description: 'Uses the first commit for a new PR’s title and description.', screenshot: 'https://user-images.githubusercontent.com/16872793/87246205-ccf42400-c419-11ea-86d5-0e6570d99e6e.gif' }, { include: [ |