forked from servo/servo
-
Notifications
You must be signed in to change notification settings - Fork 0
Github challenges
Lars Bergstrom edited this page Sep 7, 2016
·
12 revisions
We (and the Rust team) use GitHub today and enjoy it for its seamless git integration and especially its strong connection to the community, which makes it easier to get new volunteers. But, it has a number of challenges for us.
- We don't like the downvote / frowny emoji and would love to be able to turn it off.
- Issues cannot be assigned to members outside the team of repository owners, making new contributors have a hard time getting involved in their first task.
- Administrators always have push to the branch. We'd like to restrict push to only our CI robot.
- E-mails cannot be filtered down from the whole-project firehose. e.g., to say "notifications for anything in the Servo project under the components/DOM directory" or "anything tagged with A-DOM."
- The wiki is not searched by the search box at the top of the page, meaning you have to look manually through each page in the wiki for what you want or use
site:github.com/org/project
on external search engine queries.
- Issue reporters have no way to attach their HTML/JS/CSS that shows the bug involved to the issue. We understand the security issues - maybe something integrated with gists?