-
Notifications
You must be signed in to change notification settings - Fork 109
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
Apply markdowlint rules in the community repository #904
Conversation
/override pre-community-presubmit-scanner |
@Sawthis: Overrode contexts on behalf of Sawthis: pre-community-presubmit-scanner In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
docs/contributing/03-git-workflow.md
Outdated
```bash | ||
git rebase HEAD~{number} -i # Enter the interactive mode to squash the number of commits. For example, to enter interactive mode and squash the last three commits: | ||
git rebase HEAD~3 -i | ||
``` |
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.
somehow the formatting breaks content below and treats it as code sample
```bash | ||
git checkout main # Switch to the main branch. | ||
git pull # Update the main branch by pulling all changes. | ||
git checkout {branch-name} # Switch back to your branch. | ||
git rebase main # Reapply commits on the top of the main branch. | ||
``` | ||
|
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.
the formatting is not ok
@@ -192,7 +195,7 @@ Here is the preferred terminology to use in the Kyma documentation: | |||
| **the following** | **below**, **this**, **the described**, ... | or "as shown in the example" | | |||
| **the previous**, **earlier** | **above**, **this**, **the described**, ... | or "as shown in the example" | | |||
|
|||
### Command line arguments | |||
### Command line Arguments |
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.
### Command line Arguments | |
### Command Line Arguments |
@grego952: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Description
Changes proposed in this pull request:
Related issue(s)
See also kyma-project/kyma#18497