-
Notifications
You must be signed in to change notification settings - Fork 192
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
extend plugin design guidelines #3799
Conversation
ed4c06e
to
f623d1d
Compare
@ramirezfranciscof that should be a pretty easy review |
Codecov Report
@@ Coverage Diff @@
## develop #3799 +/- ##
========================================
Coverage 77.16% 77.16%
========================================
Files 458 458
Lines 33774 33774
========================================
Hits 26062 26062
Misses 7712 7712
Continue to review full report at Codecov.
|
@ramirezfranciscof Do you prefer if I let someone else review this PR? |
update plugin design guidelines with suggestions on how to think about which information to store where.
Apply naming convention for AiiDA plugins (=extensions of aiida-core) and AiiDA plugin packages (=bundles of plugins, for distribution). Also update several sections related to migration from older AiiDA versions & plugin development in general.
f623d1d
to
ab545c8
Compare
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.
Thanks @ltalirz , just a few minor comments
c2d18fe
to
6ce67f6
Compare
Thanks for the review! |
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.
Thanks a lot @ltalirz . Looking very good, just two minor things that I just spotted. After that it is good to merge
Co-Authored-By: Sebastiaan Huber <mail@sphuber.net>
Done! |
Thanks @ltalirz ! |
Fixes #3461