Closed abelsiqueira closed 2 months ago
Please delete options that are not relevant.
Refs:
Move the code_of_conduct_email question to features_community.yml and only ask it if the user selected AddCodeConduct.
Instructions to review the pull request
Things to try:
ask
Install the requirements
cd $(mktemp -d --tmpdir py-tmpl-XXXXXX) pip install pipx pipx install copier
Create a new package using the template
copier copy --vcs-ref <YOUR_BRANCH> https://github.com/nlesc/python-template test_package
Checklist before requesting a review
Type of change
Please delete options that are not relevant.
List of related issues or pull requests**
Refs:
534
Describe the changes made in this pull request
Move the code_of_conduct_email question to features_community.yml and only ask it if the user selected AddCodeConduct.
Instructions to review the pull request
Things to try:
ask
mode and check that the e-mail question is conditional on AddCodeConduct.Install the requirements
Create a new package using the template