Skip to content

Instantly share code, notes, and snippets.

@mpapis
Last active December 15, 2015 10:29
Show Gist options
  • Save mpapis/5245604 to your computer and use it in GitHub Desktop.
Save mpapis/5245604 to your computer and use it in GitHub Desktop.
An open letter to Github

As GitHub does not include a message when answering my questions I decided to keep track of them myself, this is container gist for my questions and all the answers I get.

Most of the issues are for RVM to make my life easier.

Add version string for Issues

  • Allow specifying version for tickets
  • Allow searching for version
  • Show version as a label on issues list
  • Show version issues for matching tags, ex. tickets with version=1.19.1 are shown for git tag *1.19.1
  • Show version issues for matching branches ex. tickets with version=1.19.* are shown for git branch *1.19
@steveklabnik
Copy link

I manage lots of this with labels for each version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment