-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(upgrade): add numfocus coc option #219
feat(upgrade): add numfocus coc option #219
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YurelyCamacho , thanks for working on that.
in general that looks good to me.
just added a few suggestions
src/scicookie/cookiecutter.json
Outdated
@@ -33,7 +33,8 @@ | |||
"code_of_conduct": [ | |||
"None", | |||
"contributor-covenant", | |||
"citizen-code-of-conduct" | |||
"citizen-code-of-conduct", | |||
"NumFOCUS-adapted-coc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"NumFOCUS-adapted-coc" | |
"numfocus-adapted-coc" |
as this is just key, we can keep it in lower case
@@ -0,0 +1,231 @@ | |||
# NumFOCUS-Adapted Code of Conduct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# NumFOCUS-Adapted Code of Conduct | |
# {{ cookiecutter.project_name }} Code of Conduct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here I have doubts because the other files that are as coc options, the name appears as I placed it. That is why I did it this way. But I am going to change it
|
||
Reports are sent to the {{ cookiecutter.project_name }} Code of Conduct Enforcement Team (see below). | ||
|
||
<!-- If you are using TypeForm, leave the following text in place --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that you could remove this comment and the paragraph above about the privacy policy ...
maybe you can just add a note, something like : if the form you are using has any privacy policy, please add a paragraph about that with the link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand which paragraph you are referring to
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can view the Privacy Policy and Terms of Service for TypeForm at https://terms.typeform.com/to/fJAmVc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's ready
|
||
<!-- If you are using TypeForm, leave the following text in place --> | ||
|
||
You can view the Privacy Policy and Terms of Service for TypeForm at [*https://terms.typeform.com/to/fJAmVc*](https://terms.typeform.com/to/fJAmVc). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! thanks for working on that @YurelyCamacho
🎉 This PR is included in version 0.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Pull Request description
Adding the option to the template for the Numfocus code of conduct.
cookiecutter.json
file.NUMFOCUS_adapted_coc.md
post_gen_project
fileSolve #142
Pull Request checklists
This PR is a:
About this PR:
Author's checklist:
Reviewer's Checklist
main
branch