stable32: Fix incorrect heading markup in example_centos.rst#13636
Conversation
joshtrichards
left a comment
There was a problem hiding this comment.
Thanks.l! For future reference, you should be able to just make the change once (against the master branch). Once that is merged you/any of us can trigger the backport port for relevant older branches to generate PRs automatically with the change. ;-)
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Gotcha. Thanks for the heads-up! |
702b021 to
5aa3981
Compare
5aa3981 to
82cfd2c
Compare
82cfd2c to
ca8ef6f
Compare
Fixes nextcloud#13633. Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
ca8ef6f to
dbcb357
Compare
|
/backport to stable33 |
|
/backport to master |
|
The backport to # Switch to the target branch and update it
git checkout stable33
git pull origin stable33
# Create the new backport branch
git checkout -b backport/13636/stable33
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick dbcb357e
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/13636/stable33Error: Failed to check for changes with origin/stable33: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout master
git pull origin master
# Create the new backport branch
git checkout -b backport/13636/master
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick dbcb357e
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/13636/masterError: Failed to check for changes with origin/master: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
Ah, backports were already done 👍 |
☑️ Resolves
Fixes #13633 for stable32.
🖼️ Screenshots