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 Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: responses/00_welcome-activity.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,18 @@ Your repository can contain multiple **workflow** files that carry out a wide va
49
49
```
50
50
51
51
1. Commit the workflow to a new branch.
52
-
1. Create a pull request titled **Automate issue responses**.
52
+
1. Create a pull request. I suggest a title like **Automate issue responses**.
53
53
1. Supply the pull request body content and click `Create pull request`.
54
54
55
-
_It is important to place meaningful content into the body of the pull requests you create throughout this course. This repository will stay with you long after you complete the course. It is advisable that you use the body of the pull requests you create as a way to take long lived notes about thing you want to remember._
55
+
<details><summary>About pull pull request titles and content</summary>
56
56
57
-
<details><summary>Suggested body content</summary>
57
+
It is important to place meaningful content into the body of the pull requests you create. This repository will stay with you long after you complete the course. We recommend you use the body of your pull requests as a way to take long lived notes about thing you want to remember.
58
58
59
-
`Workflow files are the recipe for task automation. This is where actions are placed if I want to use them for a task.`
59
+
In practice, good pull request titles and content convey information efficiently to your collaborators.
60
+
61
+
You can fill the body of this pull request with the following recommended content:
62
+
63
+
> Workflow files are the recipe for task automation. This is where actions are placed if I want to use them for a task.
0 commit comments