-
Notifications
You must be signed in to change notification settings - Fork 12
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
revision of AEP "status" codes #22
Comments
It seems to me that we could achieve our goal with the following minimal changes:
Let me know what you think via up/downvotes and please feel free to comment |
During the |
If there is a major change to the design, then an update of the AEP would seem to be warranted. In practice, I think people will be lazy in updating the draft AEPs and I don't expect this to happen very often.
Once it is implemented, yes. P.S. Just to briefly explain how this could improve upon the current approach: |
We've started out with the status codes used also by the jupyter project:
submitted
- this should be the initial status when submitting the pull request to the AEP repositoryactive
- this AEP has been accepted and people are actively discussing and implementing itimplemented
- this AEP has been implementedpostponed
- this AEP is no longer active, might be interesting for the project but has noone willing to champion itrejected
- this AEP has been rejected and will not be implementedwithdrawn
- this AEP has been withdrawn by the submitter but can be re-submitted if someone is willing to championIn the context of discussions concerning PRs #11 and #21 a question arose about the right time to merge a PR:
Does it make sense to merge a PR once people have agreed to move forward in this direction or should a PR be merged only once all implementation details have been figured out (which, effectively, is after its implementation in
aiida-core
)?The general feeling seemed to be that it would be useful to merge PRs in a draft stage as an intermediate form of saying "we agree that we want this to happen".
As it turns out, this also came up in the jupyter project jupyter/governance#13 (but has so far gone stale).
Alternatives for inspiration:
The text was updated successfully, but these errors were encountered: