Pull requests/Submit bug fixes

Moderator: Project members

Post Reply
Message
Author
slallier
500 Command not understood
Posts: 2
Joined: 2015-12-06 16:30
First name: Stephen
Last name: L'Allier

Pull requests/Submit bug fixes

#1 Post by slallier » 2015-12-06 16:40

Hey guys,

I'm new here, but I've been working on fixing a few bugs in the bugtracker, as well as one feature request, for a group project at my college (Florida Institute of Technology). I was wondering what the best way to submit bug fixes is? I'm more familiar with git/pull requests than SVN and just wasn't sure what your way of doing things is. Please let me know. Here is a list of the bugs we worked on and the feature request as well.

https://trac.filezilla-project.org/ticket/10656 - Bookmark category feature requests

https://trac.filezilla-project.org/ticket/10345 - Scrolling with drag and drop is too fast

https://trac.filezilla-project.org/ticket/10143 - Buttons in update window not visible in 1024 x 600

https://trac.filezilla-project.org/ticket/9809 - Cancel button doesn't cancel

Thanks,

Stephen

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Pull requests/Submit bug fixes

#2 Post by botg » 2015-12-06 17:43

Best is to attach a unified context diff against the head revision of the SVN trunk created e.g. with 'svn diff' to the ticket and changing the ticket type to "Patch".

slallier
500 Command not understood
Posts: 2
Joined: 2015-12-06 16:30
First name: Stephen
Last name: L'Allier

Re: Pull requests/Submit bug fixes

#3 Post by slallier » 2015-12-06 18:06

Thanks, I will get on that!

Post Reply