github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/docs/contributing/index.md (about)

     1  ---
     2  layout: default
     3  title: Contributing
     4  nav_order: 99
     5  has_children: false
     6  ---
     7  
     8  # Contributing
     9  
    10  See the general [Chainlink contributing guidelines](https://docs.chain.link/docs/contributing-to-chainlink/).
    11  
    12  If you'd like to raise a feature request or a bug, please do so using our [GitHub Issues](https://github.com/smartcontractkit/integrations-framework/issues) page, or better yet, submit a PR that fixes the issue.
    13  
    14  ## PR Process
    15  
    16  1. Fork the repository
    17  2. Make your changes on the fork
    18  3. Submit a PR to merge your fork's branch with the `main` branch
    19  4. Pass CI checks and review process