Skip to content

Commit 54a429b

Browse files
authored
Implemented LICESE to docs
1 parent 7fa8937 commit 54a429b

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Hare is a user-friendly lib for sockets in Golang. You can send and listen to TC
2222
- [Examples](#examples)
2323
- [Testing](#testing)
2424
- [Contribuiting](#contributing)
25+
- [License](#license)
2526

2627
## Installation
2728

@@ -230,16 +231,8 @@ $ go test -v -covermode=count -coverprofile=coverage.out
230231
231232
## Contributing
232233
233-
Check the [CONTRIBUTING.md](./CONTRIBUTING.md) for more informations.
234+
A full guideline about contributing to Alacritty can be found in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
235+
236+
## License
234237
235-
- With issues:
236-
- Use the search tool before opening a new issue.
237-
- Please provide source code and commit sha if you found a bug.
238-
- Review existing issues and provide feedback or react to them.
239-
240-
- With pull requests:
241-
- Open your pull request against `master`.
242-
- It should pass all tests in the available continuous integration.
243-
- You should add/modify tests to cover your proposed code changes.
244-
- Tests coverage should never go down from 100%.
245-
- If your pull request contains a new feature, please document it on the README.
238+
Hare is released under the [MIT License](./LICENSE).

0 commit comments

Comments
 (0)