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
As discussed in a number of meetings related to PDC, an ability to generate a README.txt based on a template and input metadata (e.g., authors, titles) to initiate the README would be a nice feature. This would mean that the metadata would need to be provided first. The benefit here is that we wouldn't be asking submitters to enter the information twice. More over, this would increase adoption of best practices. I think separate templates may be need as PPPL uses a version that differs from the one that PRDS distributes.
User story
As discussed in a number of meetings related to PDC, an ability to generate a README.txt based on a template and input metadata (e.g., authors, titles) to initiate the README would be a nice feature. This would mean that the metadata would need to be provided first. The benefit here is that we wouldn't be asking submitters to enter the information twice. More over, this would increase adoption of best practices. I think separate templates may be need as PPPL uses a version that differs from the one that PRDS distributes.
There are a number of templating tool available. I previously used
jinja2
with Python:https://palletsprojects.com/projects/jinja/
Acceptance criteria
.rubocop_todo.yml
create a new ticket to address the rubocop todo.Concrete example
Implementation notes, if any
The text was updated successfully, but these errors were encountered: