Skip to content

Files

Latest commit

 

History

History
15 lines (9 loc) · 774 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 774 Bytes

Contributing

Thank you for your interest in contributing to the Codacy IntelliJ IDEA Extension! This extension aims to provide an integrated experience for maintaining code quality within your IntelliJ IDEA environment, leveraging Codacy's automated code reviews.

Creating an issue

If you encounter a bug, please create an issue! However, before you do so, please check the existing issues to ensure you're not duplicating someone else's work.

Submitting a Pull Request

Pull requests are always welcome! Before submitting a pull request:

  • Ensure your code passes all tests.
  • If you're adding new functionality, please include tests for it.
  • If your changes require updates to the documentation, please include those changes within your pull request.