Skip to content

Commit 36819a1

Browse files
committed
chore(contributing): update guidelines
1 parent d5f16b1 commit 36819a1

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

Diff for: CONTRIBUTING.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,26 @@ This project is governed by the [Contributor Covenant Code of Conduct](./CODE_OF
88

99
## Proposing a change
1010

11-
Before making a non-trivial change, please discuss it via [issues].
11+
Before making a non-trivial change, please discuss through [issues].
1212

1313
## Development process
1414

15-
Please keep the scope of each pull request to **one** specific feature or fix.
15+
Keep the scope of each pull request to **one** specific feature or fix.
16+
17+
### Prequisites
18+
19+
- [Node.js](https://nodejs.org/) – version specified in `.nvmrc`
20+
- [pnpm](https://pnpm.io/) – available via [Corepack](https://nodejs.org/api/corepack.html)
1621

1722
### Workflow
1823

19-
0. Assign related [issues] to yourself
20-
1. Clone a fork of the `main` branch
21-
2. Before pushing, execute `npm run format` to fix stylistic issues using [Prettier]
22-
3. Open a new pull request, [referencing corresponding issues] if available
24+
0. Assign related [issues] to yourself.
25+
1. Clone a fork of the 'main' branch and install all the required dependencies via `pnpm install`.
26+
2. Make changes to the codebase, running `pnpm prepare` to build them.
27+
3. Open a new pull request, [referencing corresponding issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) if available.
2328

2429
## License
2530

2631
As a collaborator, you agree to license your contributions under the project's [MIT license](./LICENSE).
2732

2833
[issues]: https://github.com/kripod/css-homogenizer/issues
29-
[prettier]: https://prettier.io/
30-
[referencing corresponding issues]: https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword

0 commit comments

Comments
 (0)