Closed nvtkaszpir closed 8 months ago
@nvtkaszpir what is the goal of this PR? whitespacing?
@rchincha as stated in PR description
add missing steps in bare metal installation such as:
Fix some white spaces or new lines
I see.Inneed to do some other things as well as I see checks are failing. I'll do it in the evening.
Updated commit message to be compatible with commit message style
Checking commit messages against "^((build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)((.+))?(!)?(: (.\s)*))"...
- failed: "Update docs for linux install
@nvtkaszpir Pls start your commit msg with "fix: update docs for linux install"
Checking commit messages against "^((build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)((.+))?(!)?(: (.\s)*))"...
- failed: "Update docs for linux install
@nvtkaszpir Pls start your commit msg with "fix: update docs for linux install"
yeah, totally forgot that PR title goes as commit message, fixed
Checking commit messages against "^((build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)((.+))?(!)?(: (.\s)*))"...
- failed: "Update docs for linux install
@nvtkaszpir Pls start your commit msg with "fix: update docs for linux install"
yeah, totally forgot that PR title goes as commit message, fixed
Not the title, the actual commit msg. https://github.com/project-zot/project-zot.github.io/pull/159/commits/38160dfe26d026254d07aa6da74fbd5ab36168d3 First line of the msg should be "fix: update docs for linux install" (for example)
Apologies for the nitpick.
Arg I just noticed that somehow my commit message was not amended before. Sorry.
What type of PR is this?
documentation
Which issue does this PR fix:
What does this PR do / Why do we need it:
I have added some missing steps in the installation. Fixes minor formatting issues.
Will this break upgrades or downgrades?
No.
Does this PR introduce any user-facing change?: Just documentation updates, added missing steps.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.