Thank you for considering contributing to UV's Password Manager! We welcome contributions from everyone. Here are some guidelines to help you get started.
This project and everyone participating in it are governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to ysrdevs@gmail.com.
If you find a bug, please report it by opening a new issue. Include as much detail as possible to help us understand and fix the issue quickly.
We are always open to new ideas! If you have a feature request, please open a new issue and describe the feature in detail. Be sure to explain why you think this feature would be useful.
- Fork the repository: Click the "Fork" button at the top of this page.
- Clone your fork:
git clone https://github.com/ysrdevs/uv-password-manager.git
- Create a branch:
git checkout -b feature/your-feature-name
- Make your changes: Implement your feature or bug fix.
- Commit your changes: Follow our commit message guidelines.
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request: Go to the original repository and click the "New Pull Request" button.
Please make sure your pull request adheres to the following guidelines:
- The pull request should include tests if possible.
- If the pull request adds functionality, it should include documentation updates as well.
- The pull request should be as focused as possible on a single feature or fix.
- The pull request should not contain any unrelated changes.
By contributing to UV's Password Manager, you agree that your contributions will be licensed under the MIT License.