Thank you for considering contributing to lvm2go! Your contributions are valuable and help improve the project for everyone. To get started, please read the following guidelines.
By participating in this project, you agree to abide by the Contributor Covenant Code of Conduct. Please report unacceptable behavior to [email protected].
If you find a bug, please report it by opening an issue on GitHub. Include the following details:
- A clear and descriptive title
- Steps to reproduce the bug
- Expected and actual behavior
- Any relevant screenshots or logs
We welcome suggestions for new features! To suggest a feature, open an issue on GitHub and include:
- A clear and descriptive title
- A detailed description of the feature and its benefits
- Any relevant mockups or examples
- Fork the repository on GitHub.
- Create a new branch with a descriptive name (
feature/new-feature
,bugfix/issue-123
, etc.). - Make your changes in the new branch.
- Ensure your code follows the project's style guidelines and passes all tests.
- Commit your changes with clear and concise messages.
- Push your branch to your forked repository.
- Open a pull request on the main repository and describe your changes.
To set up a development environment, follow these steps:
-
Clone the repository:
git clone https://github.com/jakobmoellerdev/lvm2go.git cd lvm2go
-
Install the necessary dependencies:
# Example for Fedora dnf install lvm2
-
Run the library tests:
# Example for a Node.js project sudo go test -v ./...
For detailed setup instructions, refer to the project's README.md.
Please adhere to the following style guidelines:
- Follow the existing code style and conventions.
- Write clear and concise comments.
- Use meaningful variable and function names.
- Format your code using a linter (e.g., ESLint for JavaScript projects).
Ensure that your changes do not break existing functionality by running the tests. Add new tests for any new features or bug fixes.
To run tests:
sudo go test -v ./...
Features can only be accepted if rootful tests (Integration Tests on the CI) pass successfully. Only passing Unit Tests is not enough.
By contributing to lvm2go, you agree that your contributions will be licensed under the Project License.
Thank you for your contributions! If you have any questions or need further assistance, feel free to open an issue or contact the project maintainers.