diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..4065759c6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# EDK Redfish Client Maintainers +* @changab @igorkulchytskyy @nicklela diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..31082d319 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +# Description + +<_Include a description of the change and why this change was made._> + +<_Delete lines in \<\> tags before creating the PR._> + +## How This Was Tested + +<_Describe the test(s) that were run to verify the changes._> diff --git a/README.md b/README.md index 0babe5930..545b6b427 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,8 @@ See [Maintainers.txt](Maintainers.txt). # Contributing -The patch review process would be the same as edk2, and adding prefix **[edk2-redfish-client]** -specifically for the patches against edk2-redfish-client repository. For more details, please -see [CONTRIBUTING.md](CONTRIBUTING.md). +The review process would be the same as [edk2](https://github.com/tianocore/edk2/tree/master?tab=readme-ov-file#code-contributions). +For more details, please see [CONTRIBUTING.md](CONTRIBUTING.md). # How to build (Ubuntu Environment) ## Prerequisite