Skip to content

Commit

Permalink
docs: Add information about PR with unassigned issue to the contribut…
Browse files Browse the repository at this point in the history
…ing guidelines (open-sauced#252)

* Feature: Added information about PR with unassigned issue to the contributing guidelines open-sauced#251

* Feature: Added information about PR with unassigned issue to the contributing guidelines open-sauced#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 <retno.ayu98@gmail.com>
  • Loading branch information
DevJSter and adiati98 committed Feb 16, 2024
1 parent 83e4fbc commit 4ccd758
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/contributing/introduction-to-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ After running this command, you can push your changes to the remote repo.
See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for more examples.

## Pull Requests (PR)
---

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.

**_We actively welcome your pull requests. However, you must link your work to an existing issue._**
---

1. Fork the repo and create your branch from the default branch.
2. Name your branch to something descriptive of your work, i.e., `add-navbar` or `fix/broken-links`.
Expand All @@ -66,9 +69,14 @@ See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for m

- 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.

- 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_**.

> [!IMPORTANT]
- Unsolicited code is welcomed, but an issue is required to announce your intentions.

⚠️ **PRs will be marked as invalid and may be closed if:**

- the issue is not assigned to the contributor who opened the PR
- no issue is linked to the PR

> **IMPORTANT:** <br />
> 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.
> _**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._
Expand Down

0 comments on commit 4ccd758

Please sign in to comment.