Contributing¶
We welcome contributions! Please follow these steps to contribute to Tickets.nvim.
Development Setup¶
- Clone the repository:
- Install dependencies: Ensure you have
styluainstalled for formatting.
Style Guidelines¶
We use stylua for Lua formatting. Please run the following before submitting a PR:
The configuration is defined in .stylua.toml.
Submitting a Pull Request¶
- Fork the repository.
- Create a feature branch (
git checkout -b feature/amazing-feature). - Commit your changes.
- Push to the branch.
- Open a Pull Request.
Reporting Issues¶
Please report bugs and feature requests on the GitHub Issues page.