Tagged Questions
26
votes
7answers
6k views
How to manage github issues for (priority, etc)? [closed]
I'm new to github, and am looking for advice on how to manage issues. I'm used to having priority and other ordering options but see that none exist.
How do others manages issues during the ...
5
votes
3answers
1k views
GitHub: Are there external tools for managing issues list vs. project backlog
Recently I posted one of my the projects1 on GitHub and as I was exploring capabilities of the site, I noticed they have a rather decent issue tracking section.
I want to use that section as a) other ...
3
votes
1answer
211 views
Forking a repo on GitHub but allowing new issues on the fork
I have previously forked other people's repos on GitHub, and I have noticed that issues stay with the original repo, and that I can't file issues on the forked repo.
I now have the following task. I ...
1
vote
2answers
417 views
How can I get an anonymous user to submit bugs on a private GitHub project?
Our company has a private GitHub repository for the project I'm working on. After a full summer of work, it looks like we'll be launching this week (wheee!). However, I want to include a "submit a ...
0
votes
1answer
51 views
Solution with multiple projects and (GitHub) single issue tracker and repository
I have a Visual Studio solution with multiple projects:
Acme.Core
Acme.Core.Tests
Acme.UI.MvcSite1
Acme.UI.MvcSite2
Acme.UI.WinformsApp1
Acme.UI.WinformsApp2
...
The entire solution is checked-in ...