From 3238174ede0dfe071be942591121b959820ff386 Mon Sep 17 00:00:00 2001 From: Maat Date: Thu, 1 Apr 2021 01:19:35 +0200 Subject: Adding contribution and readme files --- CONTRIBUTION.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 9 +++++++++ 2 files changed, 66 insertions(+) create mode 100644 CONTRIBUTION.md create mode 100644 README.md diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md new file mode 100644 index 00000000..e22dbc65 --- /dev/null +++ b/CONTRIBUTION.md @@ -0,0 +1,57 @@ +This file is meant to ease the onboarding of new contributors. + +Introcution +=========== + + + +Quick start +=========== + +Git clone +Git branch +Lang +Git pull / Git push + + +Good proctices & advices +======================== + +Coding standards & indentation + + +Commit messages + + + +Organization & architecture +=========================== + + + + + +Urpmi internals +=============== + + + + + + +Roadmap +======= + + + + + + +Contributors +============ + + + + + + diff --git a/README.md b/README.md new file mode 100644 index 00000000..957390cb --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +URPMI + +This toolkit is meant to manage RPM packages. + +It was created for Mandrake Linux. +The used as the package Manager of Mandriva Linux. +And now it's the package manager of Mageia. + + -- cgit v1.2.1