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: .github/workflows/send-guidelines.yaml
+7
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,23 @@ jobs:
13
13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
14
pullRequestOpened: |
15
15
👋 @{{ author }}
16
+
16
17
**Thanks for your contribution!**
18
+
17
19
The approval and merge process is almost fully automated 🧙
20
+
18
21
Here's how it works:
22
+
19
23
1. You open a new pull request
20
24
2. Automated tests check the code
21
25
3. Maintainers review the code
22
26
4. Once approved, the PR is ready to merge.
27
+
23
28
> 👉 **Omit the extended description**
24
29
> Please remove the commit body before merging the pull request.
25
30
> Instead, include the pull request number in the title to provide the full context
26
31
> about the change.
32
+
27
33
☝️ Lastly, the title for the commit will come from the pull request title. So please provide a descriptive title that summarizes the changes in **50 characters or less using the imperative mood.**
0 commit comments