1.4 KiB
Contributing to Meetingnotes
I anticipate the main users of this app to be technical, given the need to bring your own API key.
As you use the app, you will come across bugs and have desires for new features. It is my hope that you will then be eager to contribute to improve the app.
Since you're here, maybe that's you! Please take a moment to read this guide before making a pull request.
Rules:
- Be respectful
- Open an issue first for major changes
- Use conventional commits
How to Contribute
- Fork the repo
- Create a branch:
git checkout -b my-feature - Commit your changes:
git commit -m "feat: cool feature" - Push to your fork:
git push origin my-feature - Open a pull request
Contributor License Notice
By submitting a pull request or otherwise contributing to this project, you agree to the following:
- You license your contribution under the same license as this project (LGPL-3.0).
- You grant the me the right to relicense your contribution, including under proprietary or commercial licenses in the future.
This helps keep the project open-source while also allowing for commercial options down the road, such as a hosted version where users could pay through the app instead of using their own API key.
If you’re not comfortable with this, please feel free to contact me or open an issue to discuss alternatives.