Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Commit 7883bea

Browse files
committed
ADD: contributing notice
1 parent 8d7a699 commit 7883bea

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CONTRIBUTING.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contributing
2+
3+
When contributing to this repository, please first discuss the change you wish to make via issue,
4+
email, or any other method with the owners of this repository before making a change.
5+
6+
Please note we have a code of conduct, please follow it in all your interactions with the project.
7+
8+
## Pull Request Process
9+
10+
1. Fork it
11+
2. Create your feature branch (`git checkout -b my-new-feature`)
12+
3. Commit your changes (`git commit -am 'Add some feature'`)
13+
4. Push to the branch (`git push origin my-new-feature`)
14+
5. Create new Pull Request
15+
16+
Please make an issue first if the change is likely to increase.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ so.Emit("some:event", dataForClient, func (so socketio.Socket, data string) {
136136
})
137137
```
138138
139+
## Contributors
140+
141+
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
142+
<a href="https://github.com/googollee/go-socket.io/graphs/contributors">
143+
139144
## License
140145
141146
The 3-clause BSD License - see LICENSE for more details

0 commit comments

Comments
 (0)