Skip to content

Commit

Permalink
add refs to dev guide #9634
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Feb 1, 2024
1 parent ad12c7f commit e064313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/admin/metadatacustomization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ As a recent real life example, a few fields from the Citation and Social Science
- Modify the OpenAire export utility (``OpenAireExportUtil.java``).
- Modify the following JSON source files in the Dataverse code tree to actually include multiple values for the field (two should be quite enough!): ``scripts/api/data/dataset-create-new-all-default-fields.json``, ``src/test/java/edu/harvard/iq/dataverse/export/dataset-all-defaults.txt``, ``src/test/java/edu/harvard/iq/dataverse/export/ddi/dataset-finch1.json`` and ``src/test/java/edu/harvard/iq/dataverse/export/ddi/dataset-create-new-all-ddi-fields.json``. (These are used as examples for populating datasets via the import API and by the automated import and export code tests).
- Similarly modify the following XML files that are used by the DDI export code tests: ``src/test/java/edu/harvard/iq/dataverse/export/ddi/dataset-finch1.xml`` and ``src/test/java/edu/harvard/iq/dataverse/export/ddi/exportfull.xml``.
- Make sure all the automated unit and integration tests are passing.
- Write a short release note to announce the change in the upcoming release.
- Make sure all the automated unit and integration tests are passing. See :doc:`/developers/testing` in the Developer Guide.
- Write a short release note to announce the change in the upcoming release. See :ref:`writing-release-note-snippets` in the Developer Guide.
- Make a pull request.


Expand Down

0 comments on commit e064313

Please sign in to comment.