From 176f6272ce015800eded01c3d554af0a2cce7a19 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 17 Apr 2024 12:56:26 -0700 Subject: [PATCH] Added CONTRIBUTING.md --- CONTRIBUTING.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..2e71fe622 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,32 @@ + +Contributing to the Project +=========================== + +We welcome contributions in the form of bug reports, feature requests, +and pull requests (PRs). This document describes how you can +contribute. + +Bug Reports and Feature Requests +-------------------------------- + +Please submit bug reports and feature requests as GitHub issues. This +helps us to keep track of them and discuss potential solutions or +enhancements. + +Pull Requests +------------- + +We appreciate your pull requests. For small changes, feel free to +submit a PR directly. If you are considering a large or significant +change, please discuss it in a GitHub issue before submitting the +PR. This will save both you and the maintainers time, and it helps to +ensure that your contributions can be integrated smoothly. + +Licensing +--------- + +By contributing to this project, you agree that your contributions +will be licensed under the Apache License 2.0. Additionally, you +understand and agree that contributions may be subject to a different +license, should the project maintainers decide to change the licensing +terms.