Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

33 lines (19 loc) · 1.78 KB

Contributing Guidelines

Thank you for your interest in contributing to Nostribe!

Code of Conduct

Before contributing to Nostribe, please review our Code of Conduct to ensure that all interactions in our community are respectful and inclusive.

Issue Tracker

If you find any issues or have feature requests, please open an issue on the Nostribe issue tracker.

When opening an issue, please include as much detail as possible about the problem you are experiencing or the feature you would like to see implemented. This will help us to quickly address the issue or feature request.

Pull Requests

If you would like to contribute code to Nostribe, please submit a pull request (PR) to the Nostribe GitHub repository.

When submitting a PR, please ensure that your code adheres to the following guidelines:

  • Write clear commit messages that explain the changes you have made
  • Use descriptive variable names and comments where appropriate
  • Ensure that your code is well-documented
  • Write clear and concise tests to accompany your code changes
  • Ensure that your code adheres to the Nostribe code style guidelines

Code Style Guidelines

To maintain consistency throughout the Nostribe codebase, we use ESLint and Prettier to enforce a common set of code style guidelines. Please ensure that your code adheres to these guidelines before submitting a PR.

License

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