Post
Topic
Board Development & Technical Discussion
Re: How to create a PULL request
by
uwichii
on 30/10/2015, 05:40:21 UTC

Since the project is open source, anyone can change the files.  However, this creates a "fork", their version of the software is different from everyone else's.  This means that they need to incorporate any future changes into their fork.

A pull request allows them to submit the change back to the main project.  If it is accepted, the changes become part of the official version of the software.