-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
updates / adds kudos docs for public consumption #2566
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2566 +/- ##
==========================================
+ Coverage 29.86% 30.04% +0.18%
==========================================
Files 162 162
Lines 12983 12898 -85
Branches 1738 1723 -15
==========================================
- Hits 3877 3875 -2
+ Misses 8982 8901 -81
+ Partials 124 122 -2
Continue to review full report at Codecov.
|
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.
@owocki Think we should add this to Makefile
as well? We could include it as an automatic provisioning step based on an envvar as well..? 🤔
@@ -130,6 +130,20 @@ generate: | |||
- gitcoinbot.views++ | |||
- healthcheck/healthchecks.md: | |||
- healthcheck.healthchecks++ | |||
- kudos/admin.md: | |||
- kudos.admin++ |
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.
[error] wrong indentation: expected 6 but found 4 (indentation)
- kudos/admin.md: | ||
- kudos.admin++ | ||
- kudos/forms.md: | ||
- kudos.forms++ |
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.
[error] wrong indentation: expected 6 but found 4 (indentation)
- kudos/forms.md: | ||
- kudos.forms++ | ||
- kudos/helpers.md: | ||
- kudos.helpers++ |
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.
[error] wrong indentation: expected 6 but found 4 (indentation)
- kudos/helpers.md: | ||
- kudos.helpers++ | ||
- kudos/router.md: | ||
- kudos.router++ |
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.
[error] wrong indentation: expected 6 but found 4 (indentation)
- kudos/router.md: | ||
- kudos.router++ | ||
- kudos/models.md: | ||
- kudos.models++ |
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.
[error] wrong indentation: expected 6 but found 4 (indentation)
- kudos/models.md: | ||
- kudos.models++ | ||
- kudos/utils.md: | ||
- kudos.utils++ |
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.
[error] wrong indentation: expected 6 but found 4 (indentation)
- kudos/utils.md: | ||
- kudos.utils++ | ||
- kudos/views.md: | ||
- kudos.views++ |
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.
[error] wrong indentation: expected 6 but found 4 (indentation)
@@ -286,6 +300,15 @@ pages: | |||
- Admin: gitcoinbot/admin.md | |||
- Models: gitcoinbot/models.md | |||
- Views: gitcoinbot/views.md | |||
- Kudos: | |||
- Local Deployment: kudos_deploy >> docs/KUDOS.md |
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.
[error] wrong indentation: expected 8 but found 6 (indentation)
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.
🚢
updates / adds kudos docs, also moves the
fresh_start
script to a more descriptive name