-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[16.0][IMP] sale_order_line_menu : improve Readme #3313
Conversation
@OCA/oca-consultants : Here is the example used for the Guidelines. |
@sbidoul : I seem to have a problem with the images. I did the drag & drop into the static/description folder in my forked repository and did the commit and PR. But is does not work. Any ideas? |
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.
Can you squash your commits ?
Thanks for your help, as usual! Thanks to your request, I'll finally discover what it this "squash your commits" phase. I read about it here: I am not sure @TumbaoJu is using a terminal. Is there a way to squash commits using the Graphical interface on Github? I couldn't spend too much time here, so I'll let Julie follow up and indicate if she found the way to "squash her commits". |
Indeed, this is not available through Github web interface. But, I've discovered Github desktop for Windows/Mac that offers that command in a graphical interface : https://github.com/apps/desktop @TumbaoJu Maybe you can give a try following these instructions ? https://docs.github.com/en/desktop/managing-commits/squashing-commits-in-github-desktop |
I think that using VSCode integration in GitHub may help for amending commits. Just type |
Ooooh yes, I forgot that. |
@rousseldenis @pedrobaeza : Thank you both for your comments. In the instructions, we are using the web editor (VS Code) to commit, but I did'nt know how to create the PR and or squash the commits using the VS Code interface. I will look into the documentation @vdewulf proposed and try to do it. |
@rousseldenis @pedrobaeza : I have looked into it and don't know how to squash the commits even with the VS Code interface. |
Right now is not possible. What I said is that when committing more changes, instead of creating a new commit, is to mark to amend previous commit, so everything sticks together since the beginning. |
Could we not use the squash and merge feature for this? Maybe we could have the ocabot perform this through a dedicated command ("ocabot squash merge patch" for instance) ? |
I like this proposition. The idea is attract non-technical persons to contribute to module documentation so if we can ease the process for Read Me updates it could be great. @sbidoul : FYI |
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.
Changes in readme ok
This PR has the |
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.
/ocabot merge patch
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 3704f72. Thanks a lot for contributing to OCA. ❤️ |
Improve Description and Usage
Add Context