Skip to content

Commit 639a827

Browse files
authored
Merge pull request #68 from laravel-notification-channels/readme-update
chore: update readme
2 parents e807d25 + 5a87709 commit 639a827

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ Please create an issue for it if it does not already exist, then PR you code for
88

99
## Workflow for new channels
1010

11-
1) Clone the [skeleteon repo](https://github.com/laravel-notification-channels/skeleton)
12-
2) Use find/replace to replace all of the placeholders with the correct values (package name, author name, email, etc)
13-
3) Submit a new PR agaisnt this repo for review
11+
1) Head over to the [skeleton repo](https://github.com/laravel-notification-channels/skeleton) & press "Use this template" to create a repo from the skeleton.
12+
2) Use find/replace to replace all of the placeholders with the correct values (package name, author name, email, etc).
13+
3) Implement to logic for the channel & add tests.
14+
4) Add this repo as a remote, and push your new channel to a branch.
15+
5) Submit a new PR against this repo for review.
1416

1517
Take a look at our [FAQ](http://laravel-notification-channels.com/) to see our small list of rules, to provide top-notch notification channels.

0 commit comments

Comments
 (0)