Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.85 KB

Contributing to LinkLoom

Thank you for your interest in contributing to this project! All kinds of contributions are welcome, whether it's in the form of code, documentation, bug reports, or feature requests.

How to Contribute

Here are a few ways you can contribute to the project:

  • Report bugs: If you find a bug, please report it in the Issue Tracker. Make sure to include all relevant information, such as steps to reproduce the bug, expected behavior, and actual behavior.
  • Improve documentation: Documentation is just as important as the code itself. If you find an error in the documentation or have a suggestion for improvement, please open an issue or submit a pull request.
  • Contribute code: If you would like to contribute code, please follow these steps:
    1. Fork the repository.
    2. Write your code.
    3. Ensure your code passes all ESLint checks.
    4. Submit a pull request with a clear description of your changes.
  • Feature requests: If you have an idea for a new feature, please open an issue in the Issue Tracker. Describe the feature and why you think it would be useful.

Contribution Guidelines

To ensure that all contributions are of high quality and fit in with the project, we ask that you follow these guidelines:

  • Code style: Adhere to the existing code style of the project.
  • ESLint: Make sure your code passes all ESLint checks before submitting a pull request.
  • Commit messages: Write clear and concise commit messages that clearly describe your changes.
  • Documentation: Document your code so that others can understand it.

Contact

If you have any questions or need help, you can contact us in the Issue Tracker.

Thank you for your contributions!