-
Notifications
You must be signed in to change notification settings - Fork 151
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
Adding docs on setting up a linux dev environment #514
Conversation
CONTRIBUTING.md
Outdated
sudo dnf install -y git-all | ||
sudo dnf install -y golang | ||
sudo dnf install -y podman | ||
sudo dnf install -y docker |
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.
docker and podman both?
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.
removed docker.
CONTRIBUTING.md
Outdated
@@ -18,3 +18,29 @@ If you have a proposed fix for an issue, or an enhancement you would like to mak | |||
Use a descriptive title, and if it relates to an issue in our tracker please reference which one. | |||
If the PR is not intended to be merged you should prefix the title with "[WIP]" which indicates it is still Work In Progress. | |||
PR's description should provide enough information for a reviewer to understand the changes and their relation to the rest of the code. | |||
|
|||
## Setting up a Linux development environment |
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.
maybe add it is only for fedora
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.
done
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
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: VaishnaviHire, zdtsw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Just a short document on what to install on a linux box to compile, test and deploy the operator.