ducharmemetal / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

HOW does one submit his repository for possible (selective) merge into the Project Master Repo? #815

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Greetings esteemed colleagues, 

I'm still learning the basics of git, and of being a contributor to a 
git-based/web-based opensource repository like this project. 

I've created my own (remote) clone of the ardupilot-mega repository.
   It's the "markevogt-pcl-experimental" clone. 
I've created a local clone of my remote repository, on my laptop.
I've made several quite-useful enhancements to the APM Planner app. 
   1. I've color-coded the backgrounds of the  FlightData.quickViews;
   2. I've enhanced the quickView LABELS to include UNITS dynamically
      picked-up from the MainV2.config[] settings; 
I've tested/debugged/verified my new version of the app builds successfully, 
and is stable. 
I've committed all my changes to my own local repository.
I've pushed these changes up to my own remote repository. 

So... HOW does one offer up these mods for inclusion (merge/pull?) into the 
ardupilot-mega MASTER project repository? 

That's something I've still not learned how to do, either in git or in 
code.google.com. 

Advice is welcome. 
:-) 

Cheers,
-MV

Original issue reported on code.google.com by markevogt on 25 Nov 2012 at 12:54

GoogleCodeExporter commented 9 years ago
Hi Mark,

ive looked over your code but see a problem with it.
Have you ever double clicked the quickview panels? you can change it to show 
whatever value you want it to. so hardcoding the names and units to those will 
never work.

Michael

Original comment by Meee...@gmail.com on 27 Nov 2012 at 10:42