Skip to content

Commit 554b85b

Browse files
committed
add a default text to message field
1 parent ad95cb2 commit 554b85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/cff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const getInitialData = () => {
1111
identifiers: undefined,
1212
keywords: undefined,
1313
license: undefined,
14-
message: '',
14+
message: 'If you use this software, please cite it using the metadata from this file.',
1515
repository: undefined,
1616
repositoryArtifact: undefined,
1717
repositoryCode: undefined,

0 commit comments

Comments
 (0)