Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 14, 2022 06:18 am GMT

Open Source best practices

Following some good practices, help you streamline your Open Source contribution and help you a lot while selecting a project and contributing to it.

Here are some of the best Open Source practices.

Here are some of the best Open Source practices.

Always look for Open issues, before opening a new one

There might be a possibility that someone has already raised an issue for the same thing, which you are trying to open.

Check for the closed pull requests.

Checking that will give you insights about the project's health and maintainers, like

Has the project welcomed new changes/ideas
How they are supporting new contributors
How do they close PR, which doesn't align with the project?

Raise an issue before creating a PR.

Opening an Issue and discussing things before creating a PR important, because there might be a possibility that the project is not expecting those changes, and confirming before might saves your as well as Maintainer's effort.

The smaller the PR, the more likely it will be reviewed and merged.

Instead of creating one big PR and fixing multiple things at a time, try to open multiple PR and fix things. Changing multiple things might be hard for reviewers to test.

Reviewing Pull Requests takes time.

Reviewing PR can take a few days or even weeks because many maintainers are doing it voluntarily, and they might have other work to do, some have a full-time job, and some are busy reviewing other projects as well, have some patience.

Open to feedback

There is always the possibility that the contribution can be optimized and refactored in a better way and the reviewer might suggest doing some changes.

"The only repo you need"

Aim: To build a GitHub repo and to bring all Bootcamp tweets and materials in one place, which will help the new learners in the future.

Repo Link (Don't forget to the repo).

https://github.com/Pradumnasaraf/open-source-with-pradumna


Original Link: https://dev.to/pradumnasaraf/open-source-best-practices-4h2j

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To