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
{{ message }}
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,20 @@ test(lint): add more cases to handle invalid rules
175
175
176
176
When creating a new pull request, it's preferable to use a conventional commit-formatted title, as this title will be used as the default commit message on the squashed commit after merging.
177
177
178
+
Please use the template provided.
179
+
180
+
#### Documentation
181
+
182
+
If your PR requires some update on the website (new features, breaking changes, etc.), you should create a new PR once the previous PR is successfully merged.
183
+
184
+
Go to the issues section and check the pinned issues.
185
+
You will find a _**pinned issue**_ that starts with "Documentation and Focus". Inside, you will find the details of:
186
+
- the name of the branch where to point the PR that updates the documentation;
187
+
- the PR that we will merge when the release is ready;
188
+
189
+
If you can't create a new PR, please let the team know.
190
+
The template should help to give all the information to the team.
191
+
178
192
Here are some other scripts that you might find useful.
179
193
180
194
#### If you are a core contributor
@@ -220,7 +234,22 @@ the new snapshot tests.
220
234
221
235
### Using just
222
236
223
-
A lot of the commands above are mor easily acessible using our Just recipes. For example:
237
+
A lot of the commands above are mor easily accessible using our [Just](https://just.systems/man/en/) recipes. For example:
238
+
239
+
### Install just
240
+
241
+
You can install `just` using cargo:
242
+
243
+
```shell
244
+
cargo install just
245
+
```
246
+
247
+
Or, using different methods, like explained in their [documentation](https://just.systems/man/en/chapter_4.html).
248
+
249
+
It's advised to install `just` using a package manager, so
0 commit comments