> This is the first of many improvements to Issues and Pull Requests that we're working on based on feedback from the community So there is more to come
Geez. I would hope so. Too bad it took them the better part of half a decade to listen to users. I've already moved a number of my personal projects to Gitlab, Bitbucket or a self-hosted Gogs installation. I've still got reasons to stick with Github for some projects, but it's not the new hotness it used to be. $10 says the next new feature is voting on issues.
Issue and Pull Request templates
121–130 of 143 posts
Re: Issue and Pull Request templates
#122Earlier quoted context omitted.
I think it makes sense to have a difference in meaning between "I want to be e-mailed updates about this" (subscribe) versus "I think this is important/valuable/necessary" (star/vote).
Devils advocate: if you think it is important, then why don't you want to know when it's fixed? Starring instead of subscribing is basically the issues equivalent of "Hire, but not for this team". If you limit it to people who care enough to subscribe, you only get the people who actually are invested in it, and avoid the people who think it should be fixed but who don't actually need it to be.
> why don't you want to know when it's fixed?
Knowing when it is fixed/closed is very much different than getting emails about every single comment going on about that issue.Starring issues (as in Google Code Project Hosting) meant "I want to see this getting fixed" and subscribing issues on GitHub does not show anything like that. If I am not mistaken, you only see a list of people “participating” to an issue, you don’t get to see list of people getting emails about that issue.
Re: Issue and Pull Request templates
#123I'd like them to choose a folder name that isn't specific to a site. .github would look silly on hit lab but I like the idea of having a serrated folder.
Trying to use a GitHub only feature on GitLab would look equally silly... This is very much a GitHub specific implementation. It makes sense for it to be identified as such. It would be nice if they used a specific branch a la gh-pages so that everyone's Git repos don't have to be polluted with GitHub specific files.
Re: Issue and Pull Request templates
#124Earlier quoted context omitted.
I agree. This gives other git hosting providers the ability to implement the same feature using the same files.
Yes. Yet it's a bit weird in case .github folder is used. Will they support a .bitbucket, .gitlab, etc. They could have used a more generic name like .contributing, but this increases the risk of name collision.
Re: Issue and Pull Request templates
#125Earlier quoted context omitted.
I agree. This gives other git hosting providers the ability to implement the same feature using the same files.
Yes. Yet it's a bit weird in case .github folder is used. Will they support a .bitbucket, .gitlab, etc. They could have used a more generic name like .contributing, but this increases the risk of name collision.
Re: Issue and Pull Request templates
#126I hope they address the other issues as fast as this one. Rating system is the next one on my list.
Re: Issue and Pull Request templates
#127Earlier quoted context omitted.
Devils advocate: if you think it is important, then why don't you want to know when it's fixed? Starring instead of subscribing is basically the issues equivalent of "Hire, but not for this team". If you limit it to people who care enough to subscribe, you only get the people who actually are invested in it, and avoid the people who think it should be fixed but who don't actually need it to be.
> why don't you want to know when it's fixed? Knowing when it is fixed/closed is very much different than getting emails about every single comment going on about that issue. Starring issues (as in Google Code Project Hosting) meant "I want to see this getting fixed" and subscribing issues on GitHub does not show anything like that. If I am not mistaken, you only see a list of people “participating” to an issue, you…
Re: Issue and Pull Request templates
#128Great job! Next item, be able to star issues. That would help a lot and we are able to avoid +1 comments.
Seems like this one is solved by showing the number of subscribers to an issue. I don't think this really needs to be a separate feature.
e.g. "Did you mean to subscribe instead?"
Re: Issue and Pull Request templates
#129Earlier quoted context omitted.
Do you get many issues that don't use your template because people go to /issues and click the new issue button? When I create an issue with a project, I typically don't a link in readme.md.
You could combine it with the new feature and put a warning message into the default box saying to click one of the links in the README in order to get an issue through.
Re: Issue and Pull Request templates
#130Earlier quoted context omitted.
I totally get where you're coming from. An extra file in your repository is quite the burden. This template file is the straw that broke the camels back. It should be removed. But why stop there? Let's also remove the README.md from the repo. It can also have it's own independent revision history. Maybe they should also add a feature for managing the LICENSE file for you. /sarcasm
Besides what joshmanders said, I would argue a change in license is usually caused by a change in code and would also mark historically when a project went from X to Y. A README will probably also need to change with new code changes. As for having contributions file. I'm not really for that, but not against it either. The problem isn't that it's just one file (actually 2 if you're counting pr templates), the problem…
I understand your overall point, but as a slight aside the wiki is a git repo: https://help.github.com/articles/adding-and-editing-wiki-pag...