You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add information about PR with unassigned issue to the contributing guidelines (#252)
* Feature: Added information about PR with unassigned issue to the contributing guidelines #251
* Feature: Added information about PR with unassigned issue to the contributing guidelines #251
* fixes : removed horizontal lines and also the underscore(italics)
* changes in package.json / docs/contributing/introduction-to-contributing.md
* fix: add break line
---------
Co-authored-by: Ayu Adiati <[email protected]>
Copy file name to clipboardExpand all lines: docs/contributing/introduction-to-contributing.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,11 @@ After running this command, you can push your changes to the remote repo.
51
51
See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for more examples.
52
52
53
53
## Pull Requests (PR)
54
+
---
55
+
56
+
We actively welcome your pull requests. However, you must ensure that **you are assigned** to an existing issue before working on changes, and you need to **link your work to the issue** in your PR form.
54
57
55
-
**_We actively welcome your pull requests. However, you must link your work to an existing issue._**
58
+
---
56
59
57
60
1. Fork the repo and create your branch from the default branch.
58
61
2. Name your branch to something descriptive of your work, i.e., `add-navbar` or `fix/broken-links`.
@@ -66,9 +69,14 @@ See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for m
66
69
67
70
- The title must begin with "feat:", "fix:", or anything related to your changes. <br /> **Tips**: You can follow your chosen option when [committing](#commits) your changes.
68
71
69
-
- Unsolicited code is welcomed, but an issue is required to announce your intentions. <br /> **_PRs without a linked issue will be marked invalid and closed_**.
70
-
71
-
> [!IMPORTANT]
72
+
- Unsolicited code is welcomed, but an issue is required to announce your intentions.
73
+
74
+
⚠️ **PRs will be marked as invalid and may be closed if:**
75
+
76
+
- the issue is not assigned to the contributor who opened the PR
77
+
- no issue is linked to the PR
78
+
79
+
> **IMPORTANT:** <br />
72
80
> Please do not DM Maintainers or contact them outside of GitHub if you want a PR Review. If you haven't received a review within a week, please tag them in the PR comments to ask for an estimated time of review.
73
81
74
82
> _**Note for maintainers**: All PRs need a label to assist automation. See [this guide](./triage-guide.md#adding-issue-and-pr-labels) to determine which labels to use._
0 commit comments