Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1009 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1009 Bytes

How to Contribute


The ScratchAI project can only grow through the contributions of the community. We appreciate your enthusiasm and contribution in helping our initiative.

Creating an issue


  • Make sure you are using appropriate template that corresponds to your issue.
  • If your issue is different from provided templates, start a plain issue without using the template.

Submitting a pull request


Here are a few things you can do that will increase the likelihood of your pull request being accepted:

  • For a new feature or function, please create an issue first to discuss it with us before submitting a pull request.
  • Keep your change as focused as possible.
    • If there are changes in multiple directories you would like to make that are not dependent upon each other, please submit them as separate pull requests.
  • The pull request should have a useful title and description.
    • Explain the rationale for your change in the pull request using a pull request template.