The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/sysfsutils#29b04909ce55c4620f2a3ac76c5a6559f6bf3a0a
41 lines
1.3 KiB
Diff
41 lines
1.3 KiB
Diff
From a9957ec35dfd2368c25d02b27859066299cf849c Mon Sep 17 00:00:00 2001
|
|
From: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
|
|
Date: Wed, 26 Feb 2020 19:22:54 +0530
|
|
Subject: [PATCH 1/8] README: Update reporting bugs/contributions section
|
|
|
|
We have moved to a new home at GitHub. Update the reporting
|
|
bugs/contributions sections to reflect GitHub's work flow.
|
|
|
|
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
|
|
---
|
|
README | 15 ++++++++++-----
|
|
1 file changed, 10 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/README b/README
|
|
index 6deefcf..bd1f832 100644
|
|
--- a/README
|
|
+++ b/README
|
|
@@ -62,9 +62,14 @@ sysfsutils/lib/LGPL
|
|
4. Reporting Bugs
|
|
-----------------
|
|
|
|
-Please direct all bugs to either the linux-diag mailing list -
|
|
-linux-diag-devel@lists.sourceforge.net - or to the authors:
|
|
+Feel free to report bugs by opening an issue in the GitHub Issue Tracker.
|
|
|
|
-Ananth Mavinakayanahalli <ananth@in.ibm.com>
|
|
-Daniel Stekloff <dsteklof@us.ibm.com>
|
|
-Mohan Kumar <mohan@in.ibm.com>
|
|
+5. Contributions
|
|
+----------------
|
|
+
|
|
+For submitting patches, open a GitHub pull request. Please make sure that they
|
|
+are rebased on top of the current master. Code submission guidelines are the
|
|
+same as the Linux Kernel contribution guidelines.
|
|
+
|
|
+You probably want to read the through Linux kernel Documentation/SubmittingPatches
|
|
+for guidance.
|
|
--
|
|
2.28.0
|
|
|