Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.49 KB

File metadata and controls

36 lines (24 loc) · 1.49 KB

Contributing to Raygun JavaScript Bundler Plugins

What Can I Do?

  • Report Bugs: Submit an issue describing the bug and how to reproduce it.
  • Suggest Enhancements: Submit an issue with your suggestion.
  • Submit Fixes or Features: Send a pull request with your changes.

How Can I Contribute?

Reporting Bugs

Before submitting a bug report, please check the existing issues to ensure the bug hasn't already been reported. If you find your issue already reported, you can add a comment with more information.

If you're unable to find an open issue addressing the problem, open a new one. Include a clear title, a detailed description, and as much relevant information as possible.

Suggesting Enhancements

Enhancement suggestions are welcome. Please submit an issue to discuss your suggestion before making any changes. This helps others to understand the enhancement you're proposing and to give feedback.

Pull Requests

  1. Fork the repository and create your branch from master.
  2. If you've added code, add tests to ensure your contribution doesn't introduce unexpected bugs.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Update the README.md if necessary.
  6. Describe your Pull Request with as many details as possible.
  7. Submit your Pull Request.

Coding Standards

  • Write clean code with comments when necessary.
  • Follow the existing coding style as much as possible.
  • Use meaningful commit messages.
  • Update the documentation with any changes in the API.