Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 1.26 KB

Contributing to backstage-plugin-api-linter

We are happy to accept contributions! This is what makes Open Source possible. We ask that you follow these guidelines when contributing.

Issues

Found a bug or have an idea for a feature? You can help us by creating an issue. Just make sure that an issue describing the bug or feature does not already exist. You can go even further and open a Pull Request with the fix or proposed feature.

Pull Requests

Follow these steps to contribute your work to backstage-plugin-api-linter:

  1. Open an issue describing the problem or proposed feature. Ask maintainers (in the issue thread) to assign the issue to you so we know who is working on what.
  2. Fork this repo and create a branch for your work.
  3. Push changes to your branch.
  4. Test your changes.
  5. Open a Pull Request when your code is ready for review.
    1. Mention the issue number in the comment (e.g. Fixes #37).
  6. We will review your PR, give feedback, and merge when it is ready.

Thanks for your contribution!