TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The New GitHub Issues

156 pointsby hswolffalmost 11 years ago

16 comments

bluetideproalmost 11 years ago
Under the &quot;<i>All the small things</i>&quot; section of the post:<p>&gt; &quot;You&#x27;ll get a notification if an issue is assigned to you.&quot;<p>&gt; &quot;No more mixing: the &quot;issues&quot; tab will only show you issues, and the pull requests tab will still only show pull requests...&quot;<p>&gt; &quot;If you use Task Lists, we&#x27;ll show the overall progress on that issue or pull request on the listing page: &quot;<p>Yes! These are three features that I have been waiting on for awhile now. Especially now that I don&#x27;t have to open a ton of tabs to see task lists for each issue. That&#x27;s so awesome the task lists are now in the list UI.<p>Great work, GitHub!
评论 #8098175 未加载
hrjetalmost 11 years ago
This is nice. There are two things however that would make GitHub issues awesome:<p>1. Starring &#x2F; Voting an issue. The count of stars&#x2F;votes should be visible and we should have the ability to sort by the number of stars &#x2F; votes.<p>2. Labels with values. Simple integers types would do to begin with. For example, priority:1, priority:2, etc. And then being able to sort by the value.
评论 #8098533 未加载
rogerbinnsalmost 11 years ago
I&#x27;m still confused by the inability to do prioritisation. Why does Github so stubbornly not have a way of doing that including sorting on it? I am aware you can create arbitrary labels, but that doesn&#x27;t help with sorting.<p>We long ago gave up on Github issues because of this, and use Trello instead where priority is simple drag and drop. The other problem is that you can&#x27;t easily copy&#x2F;move&#x2F;link issues between repositories. This becomes necessary when you have different repos (eg a server one, an android one and a web one) and something is reported against the &quot;wrong&quot; repo. Not the reporters fault, and very tedious to correct.<p>This is all one area where Google Code does things so much better (yes you can prioritise and sort). Each project can have any number of repositories and they all share the same wiki and issue tracker. That is a lot easier to deal with. Of course refusing to take money, and apparently losing interest means it can&#x27;t be used.
评论 #8098889 未加载
评论 #8099094 未加载
larsbergalmost 11 years ago
Is there a way to search by the status flags? It&#x27;s now harder to see them since they&#x27;re no longer in the same column, and I use the &quot;has passed tests&quot; filter frequently to check which PRs might need shepherding on Servo (<a href="https://github.com/servo/servo/pulls" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;servo&#x2F;servo&#x2F;pulls</a> )
qwertaalmost 11 years ago
I would like the issues to become part of Git repository. Perhaps some folder structure in separate branch.
评论 #8100107 未加载
chrismorganalmost 11 years ago
I mostly like this, especially the way in which things like label&#x2F;title changes are finally displayed.<p>You know what I would <i>really</i> like to see next? A bit of adaptive design. Something that will let me use a narrow viewport without needing to scroll back and forth all the time.
评论 #8098205 未加载
yeukhonalmost 11 years ago
Two feature requests:<p>1. hiding issues<p>2. CC people &#x2F; stop notification<p>For example as more and more teams are using Github, and although the spirit of open source is collobration, sometimes security bugs are probably better handled if they are hidden until resolved.<p>There are two ways to do this now:<p>* email<p>* bugzilla &#x2F; bug bounty site<p>Wouldn&#x27;t it be awesome if I could just let people report security bugs on Github except they are hidden as opposed to managing and tracking tickets from multiple places?<p>I know now you can CC people using @ but what about muting notification? As a bugzilla user, I can stop being notified if I remove myself from the CC list.
transientbugalmost 11 years ago
This is nice and everything, but the one thing that I don&#x27;t like so far is that getting to the list of labels isn&#x27;t just a sidebar away anymore but instead a whole tab change. I do see that you can filter by label through the filter textbox, but that isn&#x27;t quiet the same for someone like me who uses the colors more than the name of the label.<p>Overall, looks nice though. Curious to hear what power uses think of it.
评论 #8098099 未加载
wise_young_manalmost 11 years ago
One thing I noticed recently that really bit me was I created a few issues on a public repo which decided to disable issues and so I lost them forever.
评论 #8099692 未加载
matthewarkinalmost 11 years ago
I can filter by not having a label attached! Ex. &quot;-label:&quot;90 - Complete&quot;&quot; will show all issues not labeled complete!
评论 #8098573 未加载
siong1987almost 11 years ago
just one quick feedback - it will be awesome if the whole bar is clickable instead of just the title of the issue.
评论 #8098650 未加载
minikomialmost 11 years ago
I&#x27;d love support for an issues.markdown - which appears at the top of the issues list or above the form for creating a new issue. I have a moderately popular web app which it want to keep client side only but which gets constant requests to add saving &#x2F; server side..
dangooralmost 11 years ago
This is great! One thing that I was not able to find: is the activity tracking around labels exposed in the API? We (the Brackets team) actually wrote a tool to collect data about when a label was added or removed and it would be a welcome change to not have to support that :)
评论 #8100106 未加载
评论 #8098377 未加载
mjschultzalmost 11 years ago
I seem to get a 500 error page whenever I search for something along the lines of &quot;NOT label:css&quot;. I was hoping to be able to find issues that are not labeled as something.<p>Other than that this seems like a great improvement!
评论 #8098250 未加载
erichurkmanalmost 11 years ago
All great updates, but it&#x27;s missing one key thing for us: the checklist tracking only includes check items from the first post on an issue thread. Any checklists in subsequent issue comments are not counted.
评论 #8098207 未加载
Narretzalmost 11 years ago
Exposing the search bar is a very nice addition. However, I&#x27;d still like a quick filter that gives me &quot;involves:&lt;me&gt;&quot;.
评论 #8099198 未加载