greps icon indicating copy to clipboard operation
greps copied to clipboard

0002: Upstreaming

Open marcusmueller opened this issue 8 years ago • 11 comments

marcusmueller avatar Feb 23 '17 15:02 marcusmueller

We're not yet accepting PRs on this repo.

mbr0wn avatar Feb 23 '17 18:02 mbr0wn

Is this PR actually up for discussion right now?

noc0lour avatar Mar 03 '18 22:03 noc0lour

@noc0lour Yes, discussion is definitely open.

@mbr0wn I'll have to fix this template, it does lose its number as per our process, right?

marcusmueller avatar Mar 04 '18 10:03 marcusmueller

As per GREP0, you and I pick a number when we merge. That said, we said we wanted to reserve a number space for (0-9) for "special" GREPs, and this might qualify.

mbr0wn avatar Mar 04 '18 18:03 mbr0wn

This one probably needs some rework since it predates the inauguration of the offical GREP process by a year.

mbr0wn avatar Mar 04 '18 18:03 mbr0wn

Yes, being ahead of time is what GNU Radio Maintainers do :wink:

I'm going to rework this tomorrow noon.

marcusmueller avatar Mar 04 '18 20:03 marcusmueller

Reworked.

marcusmueller avatar Mar 05 '18 12:03 marcusmueller

The second half of this document are generic contribution instructions. @noc0lour has also brought up such a document, plus, there's an outdated wiki page on contributing (https://wiki.gnuradio.org/index.php/Development). How about this: We make the sure the contribution info is up to date (maybe turn it into a GREP, too). That should include all the mechanics (forking, CLAs...). Then we can focus on a document that says "when do I upstream my block vs keeping it in my OOT".

For the latter case, this document lacks some details on how it stays maintainable once upstreamed. Unit tests are nice, but we should also work on ways to have higher-level tests. That remains TBD.

mbr0wn avatar Mar 05 '18 17:03 mbr0wn

not quite sure what document of @noc0lour you're referring to here, but I'd very much like to read it in that case :+1:

I think the part about "when to upstream and when to keep in OOT" is indeed expandable, but I do see a clear checklist – I intended this GREP to be exactly the document that defines that, so I'm happy to see that you agree we need something like that. I'm not quite sure what to make of your criticism here:

  • in which way specifically is the document lacking a guideline when to upstream and when not to?
  • how would you approach describing the process of "keeping things maintainable once upstreamed"? To me it's writing tests at the time of upstreaming, and keeping those tests running when evolving the project. Is there something higher-level to it that I'm missing (honest question from a newbie maintainer)?

marcusmueller avatar Mar 05 '18 22:03 marcusmueller

I was just referring in some chats that I'd very much like to write a technical "Contributors"-Guide once we are done with formatting and dev-model changing. I'm in for writing a the technical part explaining:

  • how should your code/contribution look like (abstract/high-level)
  • which tools to use
  • timeline/steps to take (e.g. CLA signing)
  • where to ask for help

This should help kickstart new contributors and reduce the load of questions we already have an clear, but hard to find, answer.

Re tests: We should try separating unit tests, integration tests (how well to certain modules play nice together?) and system tests (Is a full transceiver still working [with HW] ?).

noc0lour avatar Mar 05 '18 23:03 noc0lour

I'd rather not specify the technical side of "How to contribute" in a GREP but in a Contributor's Guide (e.g. in the wiki) and reference it from README.md.

noc0lour avatar Mar 06 '18 11:03 noc0lour