docs(how-to): Add upstream patch submission document from old wiki - #119
RossPorter506 wants to merge 1 commit into
Conversation
|
Link check is a false positive (it's a weird Matrix link so I'm not surprised), spell check is also a false positive (unless I've forgotten how to spell). |
bjdean-canonical
left a comment
There was a problem hiding this comment.
Thanks @RossPorter506
Link check is a false positive (it's a weird Matrix link so I'm not surprised)
You can add r"https://matrix.to/" to docs/conf.py linkcheck_anchors_ignore_for_url to fix this check.
spell check is also a false positive (unless I've forgotten how to spell).
You can add "maintainer's" to .custom_wordlist.txt where words are ok, or use the spellexception" in-line role if it's not a common word
Removed URLs test seems broken.
This test succeeded on re-running.
18b6c77 to
bc751b5
Compare
|
Thanks, I added those changes and squashed them into the original commit. |
bjdean-canonical
left a comment
There was a problem hiding this comment.
Perfect thanks
|
@RossPorter506 apologies - I merged a conflict fix earlier on (in send-patches.rst) which has now caused another conflict. Could you please rebase and resolve that (should just be choosing the new title and note below: |
Also add an explainer and some differentiation between the Linux kernel mailing-list and the Ubuntu mailing-list pages. Signed-off-by: Ross Porter <ross.porter@canonical.com> (cherry picked from commit 58e3da7) # Conflicts: # docs/how-to/source-code/send-patches.rst
bc751b5 to
c7f02ee
Compare
|
Let me know if there's anything else, otherwise it would be good to get this merged before there's more conflicts with main. |
Add a document explaining how to go about submitting a patch to the upstream Linux kernel mailing-list.
Also add an explainer and some differentiation between the Linux kernel mailing-list and the Ubuntu mailing-list pages.