Skip to content

Commit e807d25

Browse files
authored
chore: update instructions
1 parent 7c85b21 commit e807d25

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
# new-channels
1+
# New Notification Channels
22

3-
Discuss about new channel proposals our share your finished channels in the [proposal issue](https://github.com/laravel-notification-channels/new-channels/issues/6).
3+
### Suggesting a new channel
4+
Have a suggestion or working on a new channel? Please create a new issue for that service.
5+
6+
### I'm working on a new channel
7+
Please create an issue for it if it does not already exist, then PR you code for review.
8+
9+
## Workflow for new channels
10+
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
414

515
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)