From 87ddf221de6383ddb48b24e0005b5e9a41fa5453 Mon Sep 17 00:00:00 2001 From: Maayan Matsliah Date: Mon, 11 May 2026 11:32:42 -0400 Subject: [PATCH 1/3] 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. From 635bb5382057b3650520b547c22f71e248f01be1 Mon Sep 17 00:00:00 2001 From: Maayan Matsliah Date: Wed, 13 May 2026 15:25:11 -0400 Subject: [PATCH 2/3] docs: add news file for PR #1231 --- news/1231.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/1231.md diff --git a/news/1231.md b/news/1231.md new file mode 100644 index 000000000..d1ec1b530 --- /dev/null +++ b/news/1231.md @@ -0,0 +1,2 @@ +### Docs +* Added `CONTRIBUTING.md` to fix broken link in PR workflow template. From bc357c2a65c04b6c23dc52a6862848a945937134 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 14 May 2026 12:29:02 -0700 Subject: [PATCH 3/3] Apply suggestion from @marcoesters --- news/1231.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/1231.md b/news/1231.md index d1ec1b530..cf6161629 100644 --- a/news/1231.md +++ b/news/1231.md @@ -1,2 +1,2 @@ ### Docs -* Added `CONTRIBUTING.md` to fix broken link in PR workflow template. +* Added `CONTRIBUTING.md` to fix broken link in PR workflow template (#1231).