From 1087bc4c10050c78c565d91770d3685a2353e318 Mon Sep 17 00:00:00 2001 From: Ulas Date: Tue, 31 Mar 2026 17:57:13 +0200 Subject: [PATCH] docs: link Discussions in CONTRIBUTING and update welcome post Add Discussions links for questions at top and bottom of CONTRIBUTING.md. Update security reporting to reference GitHub Private Vulnerability Reporting. Customize Discussions #2 welcome post with project-specific content. Co-Authored-By: Claude Opus 4.6 --- CONTRIBUTING.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc994a9..46e69bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,8 @@ # Contributing to Oikos -Thanks for your interest in contributing. Oikos is a small, opinionated project with deliberate architectural constraints. This guide covers what you need to know before submitting code. +Thanks for your interest in contributing! Oikos is a small, opinionated project with deliberate architectural constraints. This guide covers what you need to know before submitting code. + +Have a question before diving in? Start a thread in [Discussions](https://github.com/ulsklyc/oikos/discussions). --- @@ -234,7 +236,13 @@ Features that conflict with the project's [hard constraints](#hard-constraints) ### Security vulnerabilities -Do **not** open a public issue. See [`SECURITY.md`](SECURITY.md) for responsible disclosure. +Do **not** open a public issue. Use [GitHub Private Vulnerability Reporting](https://github.com/ulsklyc/oikos/security/advisories/new) instead. See [`SECURITY.md`](SECURITY.md) for details. + +--- + +## Questions? + +If something in this guide is unclear or you're unsure whether a contribution fits, open a thread in [Discussions](https://github.com/ulsklyc/oikos/discussions) or comment on the relevant issue. We're happy to help. ---