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
Before starting to work on your next pull request, run the following command to sync your local repository with the remote *upstream*:
125
+
126
+
```console
127
+
$ git fetch upstream -u main:main
122
128
```
123
129
124
130
---
@@ -205,7 +211,7 @@ But it's way more comfortable to run it locally and *git* catching avoidable err
205
211
First line of new section.
206
212
```
207
213
208
-
- If you add a new feature, demonstrate its awesomeness on the [examples page](https://github.com/python-attrs/attrs/blob/main/docs/examples.rst)!
214
+
- If you add a new feature, demonstrate its awesomeness on the [examples page](https://github.com/python-attrs/attrs/blob/main/docs/examples.md)!
0 commit comments