Great job! Next item, be able to star issues. That would help a lot and we are able to avoid +1 comments.
Issue and Pull Request templates
61–70 of 143 posts
Re: Issue and Pull Request templates
#62pull_request_template.md also works.
Re: Issue and Pull Request templates
#63Earlier 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.
Admittedly we use it on private repos so we haven't seen an issue with it, but there isn't anything from stopping you putting the link in other places
Re: Issue and Pull Request templates
#64Earlier 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
#65Earlier quoted context omitted.
Would you seriously rather have it unversioned and untracked and managed with some random webpage on github?
Uhm, yes I would rather not have it in my repo. As to whether or not I want it tracked/versioned, that is completely outside the workflow for versioning in code in a repo. You can maintain a "version" of this separately ala Wikipedia's edit history, or even just have a hidden separate git repo for these things if you must use git. They already have this with gists. With lint configs or npm configs you can argue that…
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
Re: Issue and Pull Request templates
#66So, the issue template is just a default text that individual users can modify, delete, or otherwise disregard?
Re: Issue and Pull Request templates
#67pull_request_template.md also works.
>Issue template filenames are not case sensitive, and can have an extension such as .md or .txt.
Re: Issue and Pull Request templates
#68Earlier quoted context omitted.
Would you seriously rather have it unversioned and untracked and managed with some random webpage on github?
Something only belongs in the same branch as the code if it should be forever tied to the same version as the other files in that branch. Suppose I check out a project using a version from a year ago. Project maintainers would certainly not expect me to use last year’s issue template, last year’s preferred pull request layout and last year’s rules for contributing! That is why shoving things into the "git" repository…
Re: Issue and Pull Request templates
#69Earlier quoted context omitted.
The article says: > If you're worried about the added clutter in the root directory of your project, we also added support for a .github/ folder. You can put CONTRIBUTING.md, ISSUE_TEMPLATE.md, and PULL_REQUEST_TEMPLATE.md files in .github/ and everything will work as expected. So you can put them in `.github/` if you don't want them in root.
I read this, yes. In .github/ people will not see it, and is even more worrysome. It belongs to root, same as CONTRIBUTING.md
Re: Issue and Pull Request templates
#70This sounds like more 'enterprise' bureaucracy. Coming soon, overly complicated paperwork.