DanielBorgesOliveira / onedrive_tray

OneDrive system tray program
GNU General Public License v3.0
113 stars 21 forks source link

New version #22

Closed bforest76 closed 2 years ago

bforest76 commented 2 years ago

Hello Daniel, Thanks a lot for your program, it's very useful ! I am writing a new version with some more features

menu_fr menu_en about_en

My problem : I'm a new user of github and I don't know how to share my program and how to obtain your agreement for this new version. Must I create a fork ? Or something different ?

Best regards, Bruno

DanielBorgesOliveira commented 2 years ago

Hi Bruno,

Very nice work you did. Congratulations!!

The best way you can contribute to the code is to make a pull request. To do this follow the steps:

  1. Fork the repository in your GitHub account;
  2. Clone the forked repository in your machine;
  3. Make the developments as you wish in the code;
  4. Commit and push the code to your forked repository. This will make your public repository equal to your local code.
  5. In the online GitHub account, create a pull request.

This video here explains the process in a simple way: https://www.youtube.com/watch?v=rgbCcBNZcdQ.

If you have problems, either way, you can send me the code and I will try to put it online.