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

fix PR process description in CONTRIBUTING.md #934

Merged
merged 1 commit into from
Dec 5, 2024
Merged
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
16 changes: 10 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ Welcome to the ARO HCP project! We appreciate your interest in contributing. Thi


## Getting Started

To contribute to ARO HCP, follow these steps:

1. Fork the repository to your GitHub account.
2. Clone the forked repository to your local machine.
3. Create a new branch for your changes.
4. Make your changes and commit them.
5. Push your changes to your forked repository.
6. Submit a pull request to the main repository.
1. Clone the ARO-HCP repository to your local machine.
2. Create a new branch for your changes.
3. Make your changes and commit them.
4. Push your changes to ARO-HCP repository.
5. Submit a pull request to the main repository.

If you create a pull request for a branch located in your GitHub fork of
ARO-HCP repository, GitHub `is_running_on_fork` check will raise an error. You
need to create your pull from ARO-HCP repository directly. See
[ARO-8846](https://issues.redhat.com/browse/ARO-8846) for details.

## Contributing Guidelines
Please follow these guidelines when contributing to ARO HCP:
Expand Down
Loading