Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.27 KB

File metadata and controls

37 lines (24 loc) · 1.27 KB

Contributing to Gittensor Vanguard

Thanks for your interest in contributing. These are the organization-wide defaults; an individual repository may include its own CONTRIBUTING.md with project-specific setup and conventions that take precedence.

Getting started

  1. Read the repository's README.md for how to set up, build, run, and test the project.
  2. Look through open issues, or open one to discuss a change before you start on anything large.

Making a change

  1. Branch off the default branch and keep your change focused and small.
  2. Follow the coding style and tooling used by the repository (linters, formatters, tests).
  3. Add or update tests for behavior changes.
  4. Make sure the repository's CI passes locally before you push.

Pull requests

  • Fill in the pull request template.
  • Describe what you changed and how you verified it.
  • Reference the related issue (e.g. Fixes #123).
  • CI must be green before a PR can merge.

Code of conduct

Participation is governed by our Code of Conduct.

Security

Never report security vulnerabilities in public issues or PRs — see SECURITY.md.

License

By contributing, you agree that your contributions are licensed under the license of the repository you are contributing to.