Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.76 KB

Contribution Guidelines

Thank you for considering contributing to our projects! We appreciate your time and effort and are excited to collaborate with you.

How to Contribute

1. Reporting Issues

If you find a bug or have a feature request, feel free to create a new issue with a clear and descriptive title.

2. Fork the Repository

Before you start working on a new feature or bug fix, fork the repository and create a new branch for your work. Make sure your branch name is descriptive, such as feature/add-authentication or bugfix/fix-login-error.

3. Make Your Changes

Ensure your changes follow the project's coding standards and best practices. Test your code thoroughly before submitting it.

4. Submit a Pull Request

Once your changes are ready, submit a pull request (PR) to the main branch of the repository. In your PR description, explain what changes you made and why. If your PR addresses an open issue, please link to the issue.

5. Code Review

Your PR will be reviewed by one of the project maintainers. Please be responsive to any feedback and make necessary adjustments to your code.

6. Join the Conversation

We encourage you to join our Discord server to discuss your ideas, get help, and connect with other contributors. It's a great place to collaborate and learn from others in the community.

Coding Standards

  • Write clear, concise, and descriptive commit messages.
  • Ensure your code is well-documented, especially for complex functions or modules.
  • Include unit tests for any new functionality.

Getting Help

If you need help or have any questions about contributing, don't hesitate to ask in our Discord server.

Thank you for helping us improve our projects!