What | Removed | Added |
---|---|---|
CC | kunaalus@gmail.com |
(In reply to Andrea Veri from comment #1) > This is indeed a problem, Christian. I got in touch with GitHub and seems > they still aren't able to take pull requests off from a specific repository > or organization. They proposed to include a CONTRIBUTING.md file to each > repository stating what the guidelines for contributing to the GNOME Project > are. We could probably go that way until the new feature is added on GitHub > itself. Suggestions are welcome. Andrea, you can perhaps create a listener to github PR hooks, and when PR is made, makes a comment to that PR, about guidelines on submitting this to GNOME. With rich Github API and webhook, this will be a cakewalk. This is something we did for my GSoC project in CentOS [0]. Facebook Github repo does similar thing, though they do this to make them sign the CLA [1]. [0] https://github.com/yangl1996/docs-toolchain [1] https://github.com/facebook/react-native/pulls