Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.66 KB

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 1.66 KB

Contributing to dataform.nvim

Thank you for considering contributing to dataform.nvim! This plugin is open-source and welcomes contributions from anyone. By participating in this project, you agree to abide by the code of conduct.

How Can I Contribute?

Reporting Bugs

If you encounter a bug while using dataform.nvim, please check the issue tracker to see if it has already been reported. If not, please open a new issue and provide a detailed description of the problem, including steps to reproduce it if possible.

Requesting Features

If you have an idea for a new feature or an enhancement to existing functionality, please open a new issue to discuss it. Be sure to explain the use case and any potential benefits of the feature.

Submitting Pull Requests

If you'd like to contribute code to dataform.nvim, you can do so by submitting a pull request (PR). Here's how you can do it:

  1. Fork the repository and create a new branch from main.
  2. Make your changes and ensure that the code follows the project's coding standards.
  3. Write tests for your changes if applicable.
  4. Run the tests to ensure that they pass.
  5. Commit your changes and push them to your fork.
  6. Submit a pull request to the main branch of the dataform.nvim repository.

Providing Feedback

Your feedback is valuable! If you have any suggestions, questions, or comments about dataform.nvim, please feel free to open an issue to discuss it.