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 <noreply@anthropic.com>
This commit is contained in:
Ulas
2026-03-31 17:57:13 +02:00
parent 3df20fc78b
commit 1087bc4c10
+10 -2
View File
@@ -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.
---