-
Notifications
You must be signed in to change notification settings - Fork 8
Correct the patch-submission docs #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for fluffy-chebakia-3fa329 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes suggested but no blocker. Thanks for doing that!
README.md
Outdated
* Patches should be submitted via a pull-request at | ||
https://github.com/open-source-firmware/flat-image-tree/pulls | ||
* Sign up to the mailing list at https://lists.osfw.foundation/g/flat-image-tree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (non-blocking): reorder
It's a bit odd to say to use the mailing list for things A, but patches another way, but hey this is how to sign up to the mailing list.
I would suggest to reorder the list such that
Patches should be submitted via a pull-request at https://github.com/open-source-firmware/flat-image-tree/pulls
be either first or last in the list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, I think, but please check that I understood you correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
README.md
Outdated
* Patches should be submitted via a pull-request at | ||
https://github.com/open-source-firmware/flat-image-tree/pulls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (non-blocking): deduplicate info
The Contributions section already explains how it's done (plus some more info), so maybe avoid to repeat it here so we don't get contradicting info.
You could instead use a link something like
For patches, please read the [Contributions section](#contributions)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We are using pull-requests now, not patches, so update the docs to be consistent with that. Signed-off-by: Simon Glass <[email protected]> Reported-by: Quentin Schulz <[email protected]> Fixes: #19
LGTM |
Thanks for helping with this! |
We are using pull-requests now, not patches, so update the docs to be consistent with that.