22
33Glad to see you here.
44
5- Collaborations and pull requests are always welcomed, though larger proposals should be discussed first.
6-
7- As an OSS, it's better to follow the Unix philosophy: "do one thing and do it well".
5+ Collaborations and pull requests are always welcomed, though larger proposals
6+ should be discussed first.
87
8+ As an OSS, it's better to follow the Unix philosophy: "do one thing and do it
9+ well".
910
1011## Third-party libraries
1112
12- Please avoid using libaries other than those available in the standard library, unless necessary.
13-
14- This library needs to be simple and flexible to run on multiple platforms such as Deno, Bun, or even browser.
13+ Please avoid using libaries other than those available in the standard library,
14+ unless necessary.
1515
16+ This library needs to be simple and flexible to run on multiple platforms such
17+ as Deno, Bun, or even browser.
1618
1719## Documentation
1820
1921If you've changed APIs, please update README.
2022
21-
2223## Clean commit histories
2324
24- When you open a pull request, please ensure the commit history is clean.
25- Squash the commits into logical blocks, perhaps a single commit if that makes sense.
25+ When you open a pull request, please ensure the commit history is clean. Squash
26+ the commits into logical blocks, perhaps a single commit if that makes sense.
2627
2728What you want to avoid is commits such as "WIP" and "fix test" in the history.
2829This is so we keep history on master clean and straightforward.
@@ -32,9 +33,9 @@ For people new to git, please refer the following guides:
3233- [ Writing good commit messages] ( https://github.com/erlang/otp/wiki/writing-good-commit-messages )
3334- [ Commit Message Guidelines] ( https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53 )
3435
35-
3636## License
3737
38- By contributing to ` @extractus/oembed-extractor ` , you agree that your contributions will be licensed under its [ MIT license] ( LICENSE ) .
38+ By contributing to ` @extractus/oembed-extractor ` , you agree that your
39+ contributions will be licensed under its [ MIT license] ( LICENSE ) .
3940
4041---
0 commit comments