From 87ddf221de6383ddb48b24e0005b5e9a41fa5453 Mon Sep 17 00:00:00 2001 From: Maayan Matsliah Date: Mon, 11 May 2026 11:32:42 -0400 Subject: [PATCH] docs: add CONTRIBUTING.md to fix broken link in PR workflow --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..0ea81280d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Contributing to Constructor + +Thank you for your interest in contributing to Constructor! + +Please refer to the [conda contributing guide](https://docs.conda.io/projects/conda/en/latest/dev-guide/contributing.html) for general guidelines on how to contribute to conda projects. + +For Constructor-specific questions or issues, please open an issue on the [issue tracker](https://github.com/conda/constructor/issues) or start a discussion. + +Please also review our [Code of Conduct](https://github.com/conda/constructor/blob/main/CODE_OF_CONDUCT.md) before contributing.