Skip to content

Contributing

We welcome contributions! Please follow these steps to contribute to Tickets.nvim.

Development Setup

  1. Clone the repository:
    git clone https://github.com/MarvinHauke/tickets.nvim.git
    
  2. Install dependencies: Ensure you have stylua installed for formatting.

Style Guidelines

We use stylua for Lua formatting. Please run the following before submitting a PR:

stylua .

The configuration is defined in .stylua.toml.

Submitting a Pull Request

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/amazing-feature).
  3. Commit your changes.
  4. Push to the branch.
  5. Open a Pull Request.

Reporting Issues

Please report bugs and feature requests on the GitHub Issues page.