You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent features getting their own special unique 0.0.X, it's much better if you make a PR to a branch just for your own feature, so that when we do increment 0.0.X we can do it together with a bunch of other features that have also been confirmed to work.
Notes: Please try to work on this issues on a separate branch so that you can create partial PRs for other people to test before we actually merge it into master. When we merge into master the following should be done:
Increment version 0.0.X in CMakeLists.txt
Update CHANGELOG with features added in that version
The text was updated successfully, but these errors were encountered:
Comment by nyanpasu Thursday Jul 17, 2014 at 14:08 GMT
I'm going to open up separate issues for each task, to make it easier to keep track of who is doing what and to group similar tasks into milestones. If you feel like implementing an issue, mention it in the respective issue thread and in your commits/PR.
Issue by nyanpasu
Wednesday Jul 16, 2014 at 18:25 GMT
Originally opened as https://github.com/gtorrent/gTorrent-legacy/issues/41
The following list is almost done. Right now I'm polishing the rough edges. But I still am accepting suggestions to add to the list.
If you feel like a feature should belong in #70 feel free to move it there or comment down here if you can't.
Features
Bug fixes
Added incrementally as they are found.
Other TODOs
Notes
To prevent features getting their own special unique 0.0.X, it's much better if you make a PR to a branch just for your own feature, so that when we do increment 0.0.X we can do it together with a bunch of other features that have also been confirmed to work.
Notes: Please try to work on this issues on a separate branch so that you can create partial PRs for other people to test before we actually merge it into master. When we merge into master the following should be done:
The text was updated successfully, but these errors were encountered: