![]() |
Code submission etiquette - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Code submission etiquette (/showthread.php?tid=372449) |
Code submission etiquette - DeltaMikeCharlie - 2023-03-10 I have never used GitHub before, so please forgive any silly questions, I simply want to confirm the correct process for contributing some code that I just worked on. I have identified: 2 Feature enhancements
My previous ranting on the topic can be found in this post. I have already made the required changes on a copy of the source that I downloaded. Kodi builds OK on my Ubuntu system and seems to run OK too. I have also added some test cases into the test suite and these all pass. My questions: Once I have GitHub up and running on my Ubuntu build environment, can I just execute an unsolicited pull request back to the master repository with my changes? Is there any documentation that needs to be created/updated in order to submit these changes apart from the commit/PR comments? I have read the Contributing and Code Guidelines pages believe that my changes conform. As the 3 issues listed above are inter-related, I plan to address them in one branch with one pull request. |