Skip to content
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

Fix contributing docs #1762

Merged
merged 2 commits into from
Feb 21, 2022
Merged

Fix contributing docs #1762

merged 2 commits into from
Feb 21, 2022

Conversation

kevinearls
Copy link
Contributor

Signed-off-by: Kevin Earls [email protected]

Which problem is this PR solving?

Short description of the changes

  • Corrections for out of date text

@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Merging #1762 (c96096b) into main (70d77e7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1762   +/-   ##
=======================================
  Coverage   87.51%   87.51%           
=======================================
  Files          99       99           
  Lines        5937     5937           
=======================================
  Hits         5196     5196           
  Misses        567      567           
  Partials      174      174           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70d77e7...c96096b. Read the comment docs.

iblancasa
iblancasa previously approved these changes Feb 21, 2022
@pavolloffay pavolloffay changed the title fixes for out of date sections Fix contributing docs Feb 21, 2022
CONTRIBUTING.md Outdated
Once minikube has finished starting, get the Operator running:

```
make cert-manager
IMG=docker.io/$USER/jaeger-operator:latest make generate bundle docker push deploy
export IMG_PREFIX=docker.io/<dockerusername>
export IMG=${IMG_PREFIX}/jaeger-operator:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason why the command is split? The original one is a single like copy paste and run which is easier to do.

@kevinearls
Copy link
Contributor Author

kevinearls commented Feb 21, 2022 via email

@frzifus frzifus mentioned this pull request Feb 21, 2022
@pavolloffay pavolloffay merged commit 09c2dec into jaegertracing:main Feb 21, 2022
@kevinearls kevinearls deleted the update-contributing branch February 23, 2022 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CONTRIBUTING.md is out of date
4 participants