Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.14 KB

CONTRIBUTING.md

File metadata and controls

66 lines (47 loc) · 2.14 KB
title version lastUpdated author scope type tags relatedDocs changeLog
Contributing to TextDAO
0.1.0
2024-09-04
TextDAO Development Team
project
guide
contributing
guidelines
development
README.md
CODE_OF_CONDUCT.md
version date description
0.1.0
2024-09-04
Initial version of the contributing guidelines

Contributing to TextDAO

We're excited that you're interested in contributing to TextDAO! This document outlines the process for contributing to this project.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints.
  6. Issue that pull request!

Reporting Bugs

Bugs are tracked as GitHub issues. Create an issue on the repository and provide the following information:

  • Use a clear and descriptive title for the issue to identify the problem.
  • Describe the exact steps which reproduce the problem in as many details as possible.
  • Provide specific examples to demonstrate the steps.

Suggesting Enhancements

Enhancement suggestions are also tracked as GitHub issues. When creating an enhancement suggestion, please include:

  • A clear and descriptive title for the issue to identify the suggestion.
  • A step-by-step description of the suggested enhancement in as many details as possible.
  • Provide specific examples to demonstrate the steps.

Pull Requests

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints.
  6. Issue that pull request!

Coding Style

  • Run bun lint to conform to our lint rules

For package-specific instructions, refer to the docs/development/coding-standards.md file in each package directory.

License

By contributing to TextDAO, you agree that your contributions will be licensed under its MIT License.