Deepak Kodihalli | 9dfe89e | 2019-02-09 09:33:28 -0600 | [diff] [blame] | 1 | List of maintainers for pldm |
| 2 | =============================== |
| 3 | |
| 4 | How to use this list: |
| 5 | Find the most specific section entry (described below) that matches where |
| 6 | your change lives and add the reviewers (R) and maintainers (M) as |
| 7 | reviewers. You can use the same method to track down who knows a particular |
| 8 | code base best. |
| 9 | |
| 10 | Your change/query may span multiple entries; that is okay. |
| 11 | |
| 12 | If you do not find an entry that describes your request at all, someone |
| 13 | forgot to update this list; please at least file an issue or send an email |
| 14 | to a maintainer, but preferably you should just update this document. |
| 15 | |
| 16 | Description of section entries: |
| 17 | |
| 18 | Section entries are structured according to the following scheme: |
| 19 | |
Deepak Kodihalli | 17837ab | 2020-11-26 10:25:33 +0530 | [diff] [blame] | 20 | X: NAME <EMAIL_USERNAME@DOMAIN> <DISCORD_USERNAME!> |
Deepak Kodihalli | 9dfe89e | 2019-02-09 09:33:28 -0600 | [diff] [blame] | 21 | X: ... |
| 22 | . |
| 23 | . |
| 24 | . |
| 25 | |
| 26 | Where REPO_NAME is the name of the repository within the OpenBMC GitHub |
| 27 | organization; FILE_PATH is a file path within the repository, possibly with |
| 28 | wildcards; X is a tag of one of the following types: |
| 29 | |
Deepak Kodihalli | 17837ab | 2020-11-26 10:25:33 +0530 | [diff] [blame] | 30 | M: Denotes maintainer; has fields NAME <EMAIL_USERNAME@DOMAIN> <DISCORD_USERNAME!>; |
Deepak Kodihalli | 9dfe89e | 2019-02-09 09:33:28 -0600 | [diff] [blame] | 31 | if omitted from an entry, assume one of the maintainers from the |
| 32 | MAINTAINERS entry. |
Deepak Kodihalli | 17837ab | 2020-11-26 10:25:33 +0530 | [diff] [blame] | 33 | R: Denotes reviewer; has fields NAME <EMAIL_USERNAME@DOMAIN> <DISCORD_USERNAME!>; |
Deepak Kodihalli | 9dfe89e | 2019-02-09 09:33:28 -0600 | [diff] [blame] | 34 | these people are to be added as reviewers for a change matching the repo |
| 35 | path. |
| 36 | F: Denotes forked from an external repository; has fields URL. |
| 37 | |
| 38 | Line comments are to be denoted "# SOME COMMENT" (typical shell style |
| 39 | comment); it is important to follow the correct syntax and semantics as we |
| 40 | may want to use automated tools with this file in the future. |
| 41 | |
| 42 | A change cannot be added to an OpenBMC repository without a MAINTAINER's |
| 43 | approval; thus, a MAINTAINER should always be listed as a reviewer. |
| 44 | |
| 45 | Change approval rules: |
| 46 | |
| 47 | - Patches must be be approved (+1) by at least 1 maintainer. |
| 48 | - Patches must not have an unresolved -1 vote by any maintainer. |
| 49 | - Patches should have all maintainers added for visibility. |
| 50 | - Patches should include unit tests where possible. |
Deepak Kodihalli | 17837ab | 2020-11-26 10:25:33 +0530 | [diff] [blame] | 51 | - Feel free to ping on DISCORD about patches that look good but have not |
Deepak Kodihalli | 9dfe89e | 2019-02-09 09:33:28 -0600 | [diff] [blame] | 52 | received +2 |
John Wang | 4b11edd | 2020-02-21 15:30:13 +0800 | [diff] [blame] | 53 | - Wait 24 hours before doing the final submit after doing a +2 on a |
| 54 | commit and any maintainer can do the final submit |
Deepak Kodihalli | 9dfe89e | 2019-02-09 09:33:28 -0600 | [diff] [blame] | 55 | |
| 56 | Design approval rules: |
| 57 | |
| 58 | - Design discussions should be carried out via email with, at minimum, |
| 59 | all maintainers on the thread. It's encouraged to include the |
| 60 | OpenBMC mailing list in the thread as well. |
| 61 | |
| 62 | START OF MAINTAINERS LIST |
| 63 | ------------------------- |
| 64 | |
Deepak Kodihalli | a41853a | 2020-11-26 10:08:24 +0530 | [diff] [blame] | 65 | M: Deepak Kodihalli <deepak.kodihalli.83@gmail.com> <dkodihal!> |
Lei YU | c147700 | 2020-02-27 15:35:24 +0800 | [diff] [blame] | 66 | M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjose!> |
Sampa Misra | 6a7ec0c | 2020-12-21 03:59:49 -0600 | [diff] [blame] | 67 | M: Sampa Misra <sampmisr@gmail.com> <sampmisr!> |