-
Notifications
You must be signed in to change notification settings - Fork 379
✏️(frontend) fix GitHub capitalization #1274
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
base: main
Are you sure you want to change the base?
Conversation
17f452f
to
7931013
Compare
@AntoLC looking at the CI failures:
For 1, not sure if this commit format is correct? For 2, I was trying to understand what it is trying to tell me. At first glance, it appears to want a changelog entry for this PR. However, looking at the workflow, it shows an exception for PRs with Should this PR have this |
Hello @karlhorky
|
@virgile-dev thanks for the tips!
Maybe the CI run just needs to be approved again and this can pass and be reviewed + merged? |
Hey ! I see what’s missing :) |
@virgile-dev Ok, I read that requirement quickly and I thought it was related to GitHub commit signing - the commit I mentioned above was signed: ![]() But maybe "signoffs" are different than "signing". I've used the |
@virgile-dev thanks for approving the CI test run :) It failed on the E2E tests now: https://github.com/suitenumerique/docs/actions/runs/17149907792/job/48654751776?pr=1274
Not sure I understand the 401 failure here. Do you think that this is related to my change? |
Not sure but I think we have a regression and it is not linked to your PR. |
Or maybe it is because your PR is not up to date with the main branch. Try to rebase it |
Ok, merged |
It seems to fix the CI. Can you rebase from main instead of merging the main branch please ? We want to keep a linear history. |
Ok, will do. Friendly feedback: The process of contributing here as an external contributor is a bit complicated. If some of these rules could be relaxed, in my opinion that would encourage more contribution. Maybe even possible to achieve things like linear history and commit message formats with automation, to lower the bar for external contributor effort. |
The capitalization of the product GitHub has a capital H Signed-off-by: Karl Horky <[email protected]>
Thanks for the feedback @karlhorky and for making your changes so quickly |
Purpose
Fix capitalization of the brand GitHub
Proposal
External contributions
Thank you for your contribution! 🎉
Please ensure the following items are checked before submitting your pull request:
git commit --signoff
(DCO compliance)git commit -S
)<gitmoji>(type) title description
## [Unreleased]
section (if noticeable change)