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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ name: edit-button-pencil in GitHub
50
50
width: 80%
51
51
alt: Edit button in GitHub
52
52
---
53
-
An image showing how to edit a file in GitHub. The pencil icon is highlighted with a red circle.
53
+
An image showing how to edit a file in GitHub. The pencil icon is highlighted with a red rectangle.
54
54
55
55
```{figure} images/contributing/edit-file.png
56
56
---
@@ -69,7 +69,7 @@ name: preview-changes in GitHub
69
69
width: 80%
70
70
alt: Preview changes in GitHub
71
71
---
72
-
An image showing how to preview changes in GitHub. The file content is displayed in a text editor.
72
+
An image showing how to preview changes in GitHub. The file content is displayed in a text editor. The preview changes tab is highlighted with a red rectangle.
73
73
```
74
74
75
75
### How to commit your changes
@@ -83,7 +83,7 @@ name: commit-changes in GitHub
83
83
width: 80%
84
84
alt: Commit changes in GitHub
85
85
---
86
-
An image showing how to commit changes in GitHub. The commit message is displayed in a text editor.
86
+
An image showing how to commit changes in GitHub. The commit message is displayed in a text editor. The commit changes section is highlighted with a red rectangle.
87
87
```
88
88
89
89
After writing your commit message, click the "Commit changes" button to save your changes.
@@ -105,7 +105,7 @@ name: clone-repository in GitHub
105
105
width: 80%
106
106
alt: Clone repository in GitHub
107
107
---
108
-
An image showing how to clone a repository in GitHub. The URL of the repository is displayed in a text editor.
108
+
An image showing how to clone a repository in GitHub. The URL of the repository is displayed in a text editor. The code button is highlighted with a red rectangle.
109
109
```
110
110
111
111
### Create a new branch
@@ -212,7 +212,7 @@ name: pull-requests-tab in GitHub
212
212
width: 80%
213
213
alt: Pull requests tab in GitHub
214
214
---
215
-
An image showing how to navigate to the pull requests tab in GitHub.
215
+
An image showing how to navigate to the pull requests tab in GitHub. The pull requests tab is highlighted with a red rectangle.
216
216
```
217
217
218
218
2. Click on the "New pull request" button.
@@ -223,7 +223,7 @@ name: new-pull-request in GitHub
223
223
width: 80%
224
224
alt: New pull request button in GitHub
225
225
---
226
-
An image showing how to create a new pull request in GitHub.
226
+
An image showing how to create a new pull request in GitHub. The new pull request button is highlighted with a red rectangle.
227
227
```
228
228
229
229
3. Write a clear and concise title and description for your pull request. Make sure to describe the changes you made and why they are necessary.
@@ -243,7 +243,7 @@ name: pull-requests-checks in GitHub
243
243
width: 80%
244
244
alt: Pull request checks in GitHub
245
245
---
246
-
An image showing the status of the checks in a pull request in GitHub.
246
+
An image showing the status of the checks in a pull request in GitHub. The checks are displayed in a table with a status icon next to each check. The checks are highlighted with a red rectangle.
247
247
```
248
248
If any of these checks fail, you will see an error message in your pull request. You need to fix the errors before your changes can be merged.
249
249
@@ -253,7 +253,7 @@ name: pull-requests-checks-fails in GitHub
253
253
width: 80%
254
254
alt: Pull request checks failed in GitHub
255
255
---
256
-
An image showing the status of the checks in a pull request in GitHub.
256
+
An image showing the status of the checks in a pull request in GitHub. The checks are displayed in a table with a status icon next to each check. The checks that failed and the details link are highlighted with a red rectangle.
257
257
```
258
258
259
259
To get more information about the errors, you can click on the "Details" link next to the failed check.
0 commit comments