-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fixes part of #4374: Add docstring in core/domain/feedback_jobs_continuous.py #6006
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #6006 +/- ##
=======================================
Coverage 45.3% 45.3%
=======================================
Files 520 520
Lines 30667 30667
Branches 4597 4597
=======================================
Hits 13893 13893
Misses 16774 16774
Continue to review full report at Codecov.
|
H @vddesai1871, I think you haven't signed the CLA yet. Please follow the steps provided in the wiki page to get started. I'm closing this PR for now, you can re-open it once you are done with signing CLA and filling up the survey form. Thanks! :) |
Hii @DubeySandeep , I had filled signed CLA. But I have changed my username since then and now I am getting "You've already responded, you can fill out the form only once" message on the form. How can I sign it again? |
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.
Hi @vddesai1871, Thanks for the PR, changes look good to me, can you please add docstring on line 220 and 224?
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.
@vddesai1871, Thanks for the changes, PR LGTM! :)
@vddesai1871, Congrats on your first successful PR to Oppia! :D |
Explanation
Fixes part of #4374: Adds docstring in core/domain/feedback_jobs_continuous.py (particularly in nested funcions)
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.