Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.34 KB

File metadata and controls

35 lines (26 loc) · 1.34 KB

Contributing to Selewright

Thank you for your interest in contributing to Selewright! Your contributions are highly appreciated. Please follow these guidelines to help us maintain a high-quality project.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Clone your fork and set up the project locally.
  3. Create a descriptive branch name (e.g., feature/add-wait-support).
  4. Make your changes with clear, concise commits.
  5. Add or update tests as needed.
  6. Ensure all tests pass before submitting a pull request.
  7. Submit a pull request with a clear description of your changes.

Code Style

  • Follow standard Java conventions.
  • Use meaningful variable and method names.
  • Document public classes and methods with Javadoc.

Pull Request Process

  • Ensure your branch is up to date with main.
  • Describe your changes and reference any related issues.
  • One feature or bugfix per pull request is preferred.
  • Be responsive to feedback and requested changes.

Reporting Issues

  • Use the GitHub Issues tab to report bugs or request features.
  • Provide as much detail as possible (steps to reproduce, logs, screenshots).

Community

  • Be respectful and inclusive.
  • Help others by reviewing pull requests and answering questions.

Thank you for helping make Selewright better!