contributors-welcome
Here are 16 public repositories matching this topic...
We need a page in the docs that tell users that to mock they should use from unittest import mock.
We should note that the mock.patch decorators don't currently work, and that we need to use the context managers instead.
-
Updated
Dec 6, 2021
-
Updated
Mar 22, 2022 - Rust
-
Updated
Mar 4, 2022 - JavaScript
Description
- Users should get recommended books according to genres selected by them in the user preferences dialog.
- The User Preferences dialog is being resolved here: #130. So for now, take any 3 random genres.
- Another section like Discover New (As shown in the screenshot) should be created containing books based on these 3 random genres because the user preferences tab is being fi
-
Updated
Feb 26, 2022 - Vue
-
Updated
Jan 28, 2022 - Python
-
Updated
Oct 31, 2021 - Brainfuck
Hacktoberfest2019
Hacktoberfest-2019
https://hacktoberfest.digitalocean.com/
Hacktoberfest is a month-long virtual festival event to celebrate open source contributions presented by Digital Ocean and DEV. It is the easiest way to get into open source!
Submit your pull request here for Hacktoberfest-2k19 in any language you prefer, if language folder is not present, create one as a part of it and add your name
-
Updated
Mar 11, 2020 - Python
-
Updated
Dec 29, 2020 - Java
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Jul 5, 2021
-
Updated
Jun 25, 2021 - Java
-
Updated
Apr 21, 2021 - HTML
Improve this page
Add a description, image, and links to the contributors-welcome topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the contributors-welcome topic, visit your repo's landing page and select "manage topics."


Currently, everyone needs to add their changes themselves to the
CHANGELOG.mdfile. As this is tedious work it would be great if that could be automated via a github action on merge in master or something like that.