Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 1.14 KB

Contributing to Onchain Surveys

The following is a set of rules and guidelines for contributing to this repo. Please feel free to propose changes to this document in a pull request.

Submitting issues

If you have feature enhancements or other requests, please feel free to file issues.

Guidelines

  • Please search the existing issues first, it's likely that your issue was already reported or even fixed.
    • Go to the main page of the repository, click "issues" and type any word in the top search/command bar.
    • You can also filter by appending e. g. "state:open" to the search string.
    • More info on search syntax within GitHub

Contributing to Onchain Surveys

All contributions to this repository from September 9, 2021 on are considered to be licensed under MIT License.

Workflow for bug fixes:

  • Check open issues and unmerged pull requests to make sure the topic is not already covered elsewhere
  • Fork the repository
  • Do your changes on your fork
  • Make sure to add or update relevant test cases
  • Create a pull request, with a suitable title and description, referring to the related issue