diff --git a/src/sections/Community/Handbook/contributing.js b/src/sections/Community/Handbook/contributing.js index eceb179297ef..a0c8226c8b2c 100644 --- a/src/sections/Community/Handbook/contributing.js +++ b/src/sections/Community/Handbook/contributing.js @@ -228,6 +228,102 @@ const contributingGuide = () => { + +
+ Contributors may encounter unassigned pull requests that require attention. In such cases, the approach should be flexible and adaptive. Here are some guiding principles to follow when dealing with these unassigned contributions: +
++ We value getting things done: +
++ Evaluate the PR: First, assess the quality + and significance of the PR. Is it a valuable contribution to + the project? Does it fix a bug or add a meaningful feature? + If the PR aligns with the project's goals and standards, + it's worth considering. +
++ Review the code: Ensure that the code in + the PR meets the project's coding guidelines and standards. + If the code quality is high and the changes are beneficial, + it's a positive sign. +
++ We value our contributors' feelings: +
++ Communication: Reach out to the + contributor who made the unassigned PR in a friendly and + respectful manner. Express gratitude for their contribution + and explain the importance of assigning PRs to maintain + transparency and collaboration within the community. +
++ Offer assistance: If the contributor is + willing, help them understand the process of assigning PRs + and offer guidance on how to do it correctly in the future. +
++ Encourage participation: Emphasize that + their contribution is valuable and that the project welcomes + their involvement. Encourage them to continue contributing. +
++ + Attempt to uphold the spirit of #2 while ensuring that #1 + happens: + +
++ Balance: Strive to strike a balance + between maintaining a welcoming and inclusive community (#2) + and ensuring that the project continues to make progress + (#1). +
++ Collaboration: If the contributor is + receptive and willing to work together, consider helping + them assign the PR correctly, and possibly collaborate on + improving the PR if necessary. +
++ If necessary, reassign: If the contributor + is unresponsive or unable to assign the PR correctly, you + may consider reassigning the PR to an appropriate + contributor or assigning it to yourself to ensure it + doesn't go unnoticed. +
+