Skip to content

Latest commit

Β 

History

History
26 lines (17 loc) Β· 1 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) Β· 1 KB

Contributing to OICP-client-go

πŸ‘πŸŽ‰ First off, thanks for taking the time to contribute! πŸŽ‰πŸ‘

The following is a set of guidelines for contributing to this project. These are just guidelines, not rules, so use your best judgment and feel free to propose changes to this document via a pull request.

How Can I Contribute?

🐞 Reporting Bugs

If you encounter a bug, please create an issue with as much detail as possible. Include details about your environment, reproduce steps, and the affected component.

πŸ” Requesting Features

If you'd like to see a new feature or function, create an issue with a clear title and description of the feature you'd like to see.

πŸ› οΈ Pull Requests

  1. Fork the repo and create your branch from main.
  2. Install all dependencies. ([Installation Procedure])
  3. If you've added code that should be tested, add tests and ensure they pass. ([Testing Procedure])
  4. Ensure your code lints (consistency is key).
  5. Submit a pull request. ([Submit Procedure])