Thank you for considering contributing to node-pipewire! I welcome contributions of all kinds, including code, documentation, bug reports, and more.
There are many ways to contribute to this project. Here are some ways you can help:
- Report bugs and submit feature requests
- Fix bugs and implement new features
- Write and improve documentation
- Help others in the community by answering questions
Try to follow the next guidelines to make a good bug report:
- What actually happens
- Steps to reproduce
- Be specific!
- Give sample code if you can.
- Suggestions to solve this problem (If you know how to solve it, of course).
To submit a contribution, follow these steps:
- Fork the node-pipewire repository on GitHub.
- Create a new branch for your contribution.
- Make your changes on the new branch. (Remember to update the README.md if it's necessary)
- Commit your changes and push them to your fork.
- Open a pull request from your branch to the
master
branch of the node-pipewire repository.
Please make sure that your pull request includes the following:
- A clear and concise description of your changes
- Any relevant information or context
- Links to any related issues or other pull requests
I will review your pull request and may ask you to make some changes before it is merged.
By submitting a contribution to node-pipewire, you agree to license your work under the MIT License.