Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

51 lines (34 loc) · 1.45 KB

Contributing to LLMDATA

First off, thanks for taking the time to contribute! 👍

This project and everyone participating in it is governed by the LLMDATA Code of Conduct. By participating, you are expected to uphold this code.

How Can I Contribute?

We're happy you want to contribute! You can help us in different ways:

  • Open an issue with suggestions for improvements
  • Fork this repository and submit a pull request
  • Improve the documentation (same pull request flow)

To submit a pull request, fork the LLMDATA repository and then clone your fork:

git clone https://github.com/YOUR-GITHUB-USERNAME/llmdata.git

Make your suggested changes, git commit, git push and then submit a pull request.

Our pull request template should be used for all pull requests. If you're creating your pull request from the GitHub site, then it will be automatically populated with the template's contents, otherwise please copy and paste the template text into your pull request.

Resources

Some useful resources to get started: