Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.39 KB

CONTRIBUTING.md

File metadata and controls

59 lines (43 loc) · 2.39 KB

Contributing to UV's Password Manager

Thank you for considering contributing to UV's Password Manager! We welcome contributions from everyone. Here are some guidelines to help you get started.

Table of Contents

Code of Conduct

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.

How to Contribute

Reporting Bugs

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.

Suggesting Features

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.

Submitting Pull Requests

  1. Fork the repository: Click the "Fork" button at the top of this page.
  2. Clone your fork:
    git clone https://github.com/ysrdevs/uv-password-manager.git
  3. Create a branch:
    git checkout -b feature/your-feature-name
  4. Make your changes: Implement your feature or bug fix.
  5. Commit your changes: Follow our commit message guidelines.
    git commit -m 'Add new feature'
  6. Push to the branch:
    git push origin feature/your-feature-name
  7. 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.

License

By contributing to UV's Password Manager, you agree that your contributions will be licensed under the MIT License.