Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.71 KB

Contributing.md

File metadata and controls

40 lines (29 loc) · 1.71 KB

Contributing

Introduction

Welcome to the contribution guide for CrossPaste. We appreciate your participation and hope your contributions will help us improve the project.

Getting Started

Before you start contributing, you need to set up your development environment.

How to Contribute

We welcome various forms of contributions, including but not limited to:

  • Reporting bugs
  • Submitting feature requests
  • Submitting code improvements
  • Updating documentation

Steps to contribute:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Reporting Issues

If you find a bug, please submit an issue. Before submitting, ensure the issue hasn't been reported and provide as much detail as possible.

Pull Request Guidelines

To ensure high-quality code, we have the following pull request guidelines:

  • Ensure your code follows the project's coding style (you can run gradle ktlintFormat to automatically fix some code style issues)
  • Provide adequate test coverage
  • Describe your changes in detail in the pull request description
  • Use the project's commit message style

Contact Information

If you have any questions or need further assistance, please contact us: