Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github: Move review to GitHub pull request #92

Merged
merged 1 commit into from
Jul 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# EDK Redfish Client Maintainers
* @changab @igorkulchytskyy @nicklela
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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._>
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading