Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 1.42 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Here is an examplary process you can follow to create an issue on MetaCall:

  1. Identify a problem or a possible addition to Metacall codebase/operation
    for instance: pre-commit-clang-format not working on windows...

  2. Then go to the necessary MetaCall gitHub repository and click on the "Issues" tab at the top of the page. Indicate your issue's interest by tagging it as a bug report, custom issue, documentation, feature, or discussion.
    in this case: metacall/core

  3. Type in a title and description for your issue. Be as detailed as possible, including any error messages or steps to reproduce the issue. Image example:
    issue image

  4. You can assign the issue to yourself, add labels or a milestone to it, and attach files if necessary.

  5. Submit the newly created issue and start working on a solution by creating a fork of the repository.
    (Here to issue used for explanation)

Please note we have a Code of Conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. ...
  2. ...