You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| package_name | my_python_package | Name of the package. Avoid using spaces, dashes, or uppercase letters for the best experience across operating systems. |
62
62
| project_name | my-python-project | Name of the project that contains the package. Avoid using spaces or uppercase letters for the best experience across operating systems. |
63
63
| package_short_description | | The information that you enter here will end up in the README, documentation, license, and setup.cfg, so it may be a good idea to prepare something in advance. |
64
+
| keyword1 | keyword1 | A term that describes your package. |
65
+
| keyword2 | keyword2 | Another term that describes your package. |
64
66
| version | 0.1.0 | |
65
67
| github_organization |<my-github-organization>| GitHub organization that will contain this project's repository. This can also be your GitHub user name. |
66
68
| license | Apache Software License 2.0 | The software license under which the code is made available. |
Copy file name to clipboardExpand all lines: {{cookiecutter.project_name}}/.github/next_steps/02_citation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ It is likely that your `CITATION.cff` currently doesn't pass validation. The err
9
9
-[ ] Add more authors if needed
10
10
-[ ] Update `date-released` using the YYYY-MM-DD format.
11
11
-[ ] Update the `doi` key with the conceptDOI for your repository (see [https://help.zenodo.org](https://help.zenodo.org/) for more information on what a conceptDOI is). If your project doesn't have a DOI yet, you can use the string `10.0000/FIXME` to pass validation.
12
-
-[ ]Update the `keywords` array with some keywords of your own that describe your project.
12
+
-[ ]Verify that the `keywords` array accurately describes your project.
13
13
14
14
Once you do all the steps above, the `cffconvert` workflow will tell you what content it expected to see in `.zenodo.json`. Copy-paste from the GitHub Action log into a new file `.zenodo.json`. Afterwards, the `cffconvert` GitHub Action should be green.
0 commit comments