jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
895 stars 222 forks source link

Is it possible to raise pr with the number of the issue it is solving in its title? #203

Open Akamad007 opened 8 years ago

Akamad007 commented 8 years ago

Will it be possible to raise PR with the number of the issue it is solving in the title? e.g. #202 in the title of the PR will be very helpful. I was trying to take a look at the issues and did not know if someone else was working on it. Also It will be great in the commit history too.

marcosox commented 6 years ago

If tagged with a preceding hash sign, issues and pull requests get linked as you did for the issue. If the PR is correctly commented with the issue that it solves, then you can go to the issue page and see a link saying "[user] referenced this issue in #xxx (link to pull request)" so you know where the issue is referenced. Also see The guide on search syntax for other tips.