Open fdiary opened 1 month ago
@fdiary you need to sign the Plone Contributor Agreement to merge this pull request.
Learn about the Plone Contributor Agreement: https://plone.org/foundation/contributors-agreement
@fdiary thanks for creating this Pull Request and helping to improve Plone!
TL;DR: Finish pushing changes, pass all other checks, then paste a comment:
@jenkins-plone-org please run jobs
To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.
Happy hacking!
@gforcada I already signed the agreement on March 31th 2021. For "Changelog verifier" error, shall I manually add an entry in CHANGES.rst ?
@fdiary sorry for the delay, I've been really busy at work, and did not have time to check github notifications 😖
As for the change log entry, see our documentation about it: https://6.docs.plone.org/contributing/index.html?highlight=news#change-log-entry
Or in short: create a file inside the top-level news
folder with a file name like 39.bugfix
and a short description (one line) of what you changed 😄
@fdiary you need to sign the Plone Contributor Agreement to merge this pull request.
Learn about the Plone Contributor Agreement: https://plone.org/foundation/contributors-agreement
@gforcada Thanks for the information. I just added a changelog entry file. And I already signed the agreement on March 31th 2021.
@jenkins-plone-org please run jobs
Anyway I did sign again electronically.
@jenkins-plone-org please run jobs
Seems that something is still off with your contributor agreement... or rather, maybe you need to push the changes again, so that it re-runs? 🤔
@fdiary thanks for creating this Pull Request and helping to improve Plone!
TL;DR: Finish pushing changes, pass all other checks, then paste a comment:
@jenkins-plone-org please run jobs
To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.
Happy hacking!
Aha! closing and re-opening the PR did the trick, your contributor agreement now is fine 🎉
@jenkins-plone-org please run jobs
This PR fixes an issue of
MimeTypesRegistry.classify()
that fails with magic classifier and binary data. #39