Skip to content

Commit ccee5c6

Browse files
authored
Merge pull request #569 from citation-file-format/470-hint-how-to-use-citation-cff
2 parents b3aace0 + cd5561a commit ccee5c6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/components/ScreenFinishAdvanced.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<p class="finish-paragraph">
2424
Use the buttons below to download your CITATION.cff file, or reset the form to start over.
2525
</p>
26+
<p class="finish-paragraph">
27+
Distribute the CITATION.cff with your project, for instance, by adding it to the root of your GitHub repository.
28+
</p>
2629
<div class="row">
2730
<q-btn
2831
class="col-4 q-ma-lg"

src/components/ScreenFinishMinimum.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<p class="finish-paragraph">
2424
You now have a minimal CITATION.cff file. Use the buttons below to download your CITATION.cff file, or continue adding more properties.
2525
</p>
26+
<p class="finish-paragraph">
27+
Distribute the CITATION.cff with your project, for instance, by adding it to the root of your GitHub repository.
28+
</p>
2629
<div class="row">
2730
<DownloadButton class="col-4 q-ma-lg" />
2831
<q-btn

0 commit comments

Comments
 (0)