Here Conditionals in Python on Exercism is an error with the function just_the_buzz
because
just_the_buzz(10)
'10'
returns "Buzz"
instead of "10"
. Would change it to just_the_buzz(7)
.
Here Conditionals in Python on Exercism is an error with the function just_the_buzz
because
just_the_buzz(10)
'10'
returns "Buzz"
instead of "10"
. Would change it to just_the_buzz(7)
.
Yes, this is incorrect. You can create a PR for this one.
Thanks @SleeplessByte. One question, how do I know create a PR? I opened one today, but it was automatically closed due to some policy. I searched for some guidelines in the Python repo, but did not find instructions on that.
Hi @akmaekki7 ,
Thank you for your detailed eye, and for pointing out typos.
If you link to the PR fixing this typo, I will happily reopen and review it.
In general, the Python track is not accepting community contributions, which is stated in the README on the repo. This is why PRs are automatically closed.
Python occasionally accepts contributions if the issue is discussed on the forum first, but right now, we (I) don’t have the bandwidth for lots of PRs or much new contributor onboarding.
That might change in the future, but for now (while the Bootcamp is running and the current track infrastructure work is ongoing), the answer to “do I create a PR?” is no - unless invited to in a forum thread.
To add to what Bethany just said @akmaekki7 , because it is now accepted (see the first two lines in the post I am replying to) one of us will reopen the PR if you post a link to it here.
So to summarise:
In general:
Thank you very much for wanting to help out!
Hi,
Created a tiny PR here: Fix example for just_the_buzz by akmaekki · Pull Request #3914 · exercism/python · GitHub