-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94ec4d9
commit 3f6346c
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Contributing to KubeCub | ||
|
||
## Introduction | ||
|
||
Thank you for your interest in contributing to KubeCub! We appreciate your effort and to ensure that your contributions are integrated smoothly, we ask that you follow these guidelines. | ||
|
||
## How to Contribute | ||
|
||
1. **Fork the repository**: Start by forking the KubeCub repository to your own GitHub account. | ||
|
||
2. **Clone the repository**: Clone the forked repository to your local machine. | ||
|
||
3. **Create a new branch**: Always create a new branch for each contribution. | ||
|
||
4. **Make your changes**: Make your changes and improvements to the new branch. | ||
|
||
5. **Test your changes**: Ensure that your changes do not break any existing functionality. | ||
|
||
6. **Commit your changes**: Commit your changes with a clear and concise commit message. | ||
|
||
7. **Push your changes**: Push your changes to your forked repository. | ||
|
||
8. **Create a Pull Request**: Create a pull request from your forked repository to the main KubeCub repository. | ||
|
||
## Code of Conduct | ||
|
||
We follow the [Code of Conduct](https://github.com/KubeCub/code_of_conduct.md) of the open source community. Please make sure to read and follow it. | ||
|
||
## Questions | ||
|
||
If you have any questions, please open an issue and we will get back to you as soon as possible. | ||
|
||
Thank you for your contributions! |