In #117, @quicksketch wrote that the backdrop = 1.x would be "replacing" core = 8.x. I think I'm following this correctly and replacing only refers to Backdrop's includes/bootstrap.inc. Modules will be adding backdrop = 1.x in addition to core = 7.x in their .info, right?
I wrote a bit about how the .info file could be used in a responsible fork back when @chx was considering forking...
http://www.drupal4hu.com/node/300#comment-1632
I even used a response from @quicksketch to an OpenAtrium user to make my case about how frustrated module maintainers get when someone posts an issue in a Drupal.org queue about something that required them to know/understand a version of Drupal that was "off in its own little world".
If I understand this correctly, assuming #3 is resolved w/ function wrappers, that could that make it really easy for maintainers of some modules to add Backdrop support... which is GREAT! But I think it's safe to assume that some module maintainers aren't going to want to support Backdrop no matter how easy it is. In the case of popular modules where the maintainer doesn't add Backdrop support, it seems pretty likely someone else will fork the module to Github or somewhere other than Drupal.org.
In anticipation of that, I'd suggest adding support = url (similar to the configure =, but with support for absolute urls) to the .info file and include that support link in the admin/modules UI. I can see a number of module maintainers getting annoyed if they decide not to support for Backdrop in their .info, someone forks the module to Github and makes changes, and issues end up in the original queue on Drupal.org.
This wouldn't keep all Backdrop issues out of a "hostile" Drupal.org queue, but if it was included in the initial release and documentation it might get the majority of issues in the right queue.
Recent comments
PayPal Checkout works too!
Commerce shop system from Drupal
nice find! the links for the most recently updated issues in the core and contrib queues are a great way to stay on top of things—especially now that the feature freeze is just around the corner...
Seeing what issues are new
A simple way — use Field Group to create a container for fields https://backdropcms.org/project/field_group and CSS Flex оr Grid to alignment. You can also create Fieldsets to...
Layout also for /node/add/ forms?