RFC - Facilitating code contributions #57
Unanswered
Vadorequest
asked this question in
Ideas
Replies: 1 comment 5 replies
-
If there are any pointers on what I could to to contribute in a way that would make it easy for you, I'd appreciate it :) PS I absolutely appreciate the work you guys have put into this, and the initiatives you are involved in! It gives me hope :) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, non-documentation contributions are a bit tough to work with, because Ci isn't configured on contributor's forked repository, and I don't see another way than making my own branch (created from the PR's
patch
) and push it on NRN repository.An alternative might be to allow contributors to this project, but I don't really see better alternatives, and it's still a bit too cumbersome for newcomers (and for me).
Are there good OSS practice about that?
Example: #54 PR had to be imported as #56 to run CI, in order to check if the PR had any positive impact on the bundle size.
Beta Was this translation helpful? Give feedback.
All reactions