summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2020-12-14 23:52:33 +0300
committerEd Tanous <ed@tanous.net>2021-01-13 00:27:48 +0300
commit2d5fe9d0ee205b6244b004c5d7fc9592d346b155 (patch)
tree233cfa6a5790dfb62a8d3e9f9e19a2c84e596e78 /DEVELOPING.md
parent1a2a14379d515c393cc134ea719d56efbae2116e (diff)
downloadbmcweb-2d5fe9d0ee205b6244b004c5d7fc9592d346b155.tar.xz
Document Redfish OEM resource policy
We've had some unwritten guidelines around OEM resources in the past. This commit aims to document them in a way that we can be fair to all contributors, and make clear the guidelines surrounding OEM schemas. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I0600373f3e0d72d18d1e4c002ed6594e25c4d323
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index 3c33c6474d..11e7c93b31 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -117,14 +117,8 @@
bmcweb's Redfish implementation, including Redfish OEM Resources, shall
conform to the Redfish specification. Please keep bmcweb's [Redfish support
document](https://github.com/openbmc/bmcweb/blob/master/Redfish.md) updated.
- Before adding a Redfish OEM schema or property first engage the DMTF's
- Redfish working group to see if they are interested in adding the new
- feature. The [Redfish Specification Forum](https://redfishforum.com/) is a
- public Redfish forum to ask questions and request features. Redfish
- "Supporter" and "Promoter" companies, which many companies working on OpenBMC
- are, can request features via the Redfish code repository or via Redfish
- meetings. For more information on Redfish and supported schemas visit
- [Redfish.md](https://github.com/openbmc/bmcweb/blob/master/Redfish.md).
+ OEM schemas should conform and be developed in line with the rules in
+ [OEM SCHEMAS](https://github.com/openbmc/bmcweb/blob/master/OEM_SCHEMAS.md).
13. ### Common errors
A number of examples of common errors are captured in the common errors doc.