Skip to content

Commit 198c477

Browse files
committed
docs: add contributing and license section to README file
1 parent 313a839 commit 198c477

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,20 @@ Object.defineProperty(Mysql.prototype, 'version', {
112112
## TypeScript types
113113
You will have to use [module augmentation](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation) in order to define the types for the dynamically added properties.
114114

115+
## Contributing
116+
117+
One of our primary goals is to have a vibrant community of users and contributors who believes in the principles of the framework.
118+
119+
We encourage you to read the [contribution guide](https://github.com/poppinss/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
120+
121+
## Code of Conduct
122+
123+
In order to ensure that the community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/poppinss/.github/blob/main/docs/CODE_OF_CONDUCT.md).
124+
125+
## License
126+
127+
Poppinss macroable is open-sourced software licensed under the [MIT license](LICENSE.md).
128+
115129
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/poppinss/macroable/checks.yml?style=for-the-badge
116130
[gh-workflow-url]: https://github.com/poppinss/macroable/actions/workflows/checks.yml "Github action"
117131

0 commit comments

Comments
 (0)