Using branch name tags for Github issues
See original GitHub issueOur project has simultaneous active development happening on multiple branches. For eg. at the time of creating the issue 2.8-release
, feedback-gamification
, browse-commons-via-app
and gamification
are active. Even the other branches in our repo are not exactly stale and would be merged in due course of time.
Sometimes it’s difficult to figure out which feature branch the issue is referring to. Moreover, external contributors won’t have any idea that the issue might be talking about a feature branch.
Can we have branch name tags mandated for our Github issues? This would also make finding issues for a particular feature branch easy.
We can have this guideline added in the issue template if others agree to this proposal. 😃
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Creating a branch to work on an issue - GitHub Docs
Creating a branch for an issue · On GitHub.com, navigate to the main page of the repository. · Under your repository name, click...
Read more >How do I reference an existing branch from an issue in GitHub?
It seems that directly (as in user/repo/branch) is not possible, but maybe by using the id of the tree? Share.
Read more >Automatically create a branch from an issue in GitHub
For example, you can have very short branch names, such as i123 , slightly longer names, such as issue-123 , stick with the...
Read more >Start working on GitHub Issues faster
A branch name is suggested for you based on the title of the issue, but no worries, since you can change it if...
Read more >Creating and Adding Labels to GitHub Pull Requests and Issues
Using the GitHub Console: · Navigate to the repository you want to create labels for and select either Issues or Pull Requests. ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m good with the
branch-*
labels, and it’s a good idea to have that as a prefix IMO 😃. I would request all collaborators to help keep on top of these labels and remove them when we are done with the branches though, to prevent cluttering.Sorry I misunderstood the whole issue! I guess
branch-2.8-release
is not needed as we already havepre-release
? I created two branch-* labels for the main branches we have currently.