Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.77 KB

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 1.77 KB

Contributing to Counter DApp

First off, thank you for considering contributing to Counter DApp. It's people like you that make Counter DApp such a great project.

Code of Conduct

This project and everyone participating in it is governed by the Counter DApp Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to the project maintainer(s).

How Can I Contribute?

Reporting Bugs

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a clear title, a description of the problem, and steps to reproduce it.

Suggesting Enhancements

  • Check if the enhancement is not already listed in the Issues.
  • Create a new issue and describe the enhancement with a clear title and detailed description.

Pull Requests

  1. Fork the repository and create your branch from main.
  2. Ensure the code follows the project's coding style.
  3. If you've added code that should be tested, add tests.
  4. Ensure your changes pass all tests.
  5. Create a Pull Request with a clear title and description.

Style Guidelines

This project uses [insert your preferred code style/linter here] for maintaining a consistent coding style. Please ensure your contributions adhere to the project's coding style guidelines.

Attribution

This CONTRIBUTING.md is adapted from the Counter DApp template, created by Polygon Advocates.