Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.17 KB

Contributing Guidelines

Thank you for considering contributing to this project! We appreciate your interest in improving our codebase. Please take a moment to review the guidelines below before making any contributions.

Contribution Eligibility

Please note that new contributions are only accepted from users internal to LinkedIn. However, we welcome feedback, corrections, and bug reports from the wider community.

How to Contribute

Pull Requests

If you have identified an issue or have a suggestion for improvement, you can submit a pull request. Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them.
  4. Push your branch to your forked repository.
  5. Open a pull request, providing a clear description of your changes.

Bug Reports

If you have found a bug in the code, please submit a bug report using GitHub Issues. Follow these steps:

  1. Go to the repository's Issues tab.
  2. Click on "New Issue".
  3. Provide a descriptive title and detailed description of the bug.
  4. Include any relevant information, such as error messages or steps to reproduce the issue.

Thank you for your contributions!