-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
1 changed file
with
26 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,26 @@ | ||
# Contributing to `pan-os-upgrade` | ||
|
||
We welcome contributions to `pan-os-upgrade`! This document provides guidelines and instructions on how to contribute effectively. | ||
|
||
## How to Contribute | ||
|
||
- **Reporting Bugs**: If you find a bug, please open an issue with a clear description and steps to reproduce. | ||
- **Suggesting Enhancements**: For feature requests or suggestions, open an issue with a detailed explanation. | ||
- **Pull Requests**: Before submitting a pull request, ensure it does not duplicate existing work. | ||
|
||
## Pull Request Process | ||
|
||
1. Fork the repository and create your branch from `main`. | ||
2. Make your changes, ensuring they adhere to the project's coding conventions. | ||
3. Write clear, concise commit messages and ensure your code passes any tests. | ||
4. Open a pull request with a comprehensive description of changes. | ||
|
||
## Code of Conduct | ||
|
||
Please adhere to the Code of Conduct to maintain a respectful and collaborative environment. | ||
|
||
## Questions? | ||
|
||
If you have any questions or need further clarification, feel free to open an issue or contact the project maintainers directly. | ||
|
||
Thank you for contributing to `pan-os-upgrade`! |