From da1735c8be7c02f6934936126876abc6d91dfa92 Mon Sep 17 00:00:00 2001 From: Jan Bronicki Date: Tue, 31 Mar 2026 14:34:47 +0200 Subject: [PATCH] docs: add standardized CONTRIBUTING.md Add a unified CONTRIBUTING.md that links to the main Flatcar contribution guide and provides a section for repo-specific guidelines. Ref: https://github.com/flatcar/Flatcar/issues/1865 Signed-off-by: Jan Bronicki --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ac4bba3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +Welcome! We're so glad you're here and interested in contributing to Flatcar! 💖 + +Whether you're fixing a bug, adding a feature, or improving docs — we appreciate you! + +For more detailed guidelines (finding issues, community meetings, PR lifecycle, commit message format, and more), check out the [main Flatcar CONTRIBUTING guide](https://github.com/flatcar/Flatcar/blob/main/CONTRIBUTING.md). + +--- + +## Repository Specific Guidelines + +Any guidelines specific to this repository that are not covered in the main contribution guide will be listed here. + +