Skip to content

Commit 997f1dc

Browse files
authored
Added Navigation for "Handling PRs Made Without Being Assigned"
Signed-off-by: Dhamkirti Sisodia <[email protected]>
1 parent 0c064d9 commit 997f1dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sections/Community/Handbook/contributing.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const contents = [
1414
{ id: 3, link: "#Sign-off commits", text: "Sign-off commits" },
1515
{ id: 4, link: "#Push changes to Github", text: "Push changes to Github" },
1616
{ id: 5, link: "#Create a pull request", text: "Create a pull request" },
17+
{ id: 6, link: "#Handling PRs Made Without Being Assigned", text: "Handling PRs Made Without Being Assigned" },
1718
];
1819

1920
const contributingGuide = () => {
@@ -228,6 +229,7 @@ const contributingGuide = () => {
228229
</li>
229230
</ul>
230231
</div>
232+
<div id="Handling PRs Made Without Being Assigned" >
231233
<h2>Handling PRs Made Without Being Assigned</h2>
232234
<p>
233235
At <a href="https://layer5.io/">Layer5</a>, we usually suggest to contributors that they ask maintainers to assign them to the issue they want to work on. But sometimes, pull requests that aren't assigned to anyone can be found. In such cases, it's important to be flexible and ready to adapt. Here are some simple guidelines for dealing with these unassigned contributions:
@@ -350,6 +352,7 @@ const contributingGuide = () => {
350352
</ul>
351353
</li>
352354
</ol>
355+
</div>
353356
<TocPagination />
354357
</Container>
355358

0 commit comments

Comments
 (0)