Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.23 KB

CONTRIBUTING.md

File metadata and controls

65 lines (44 loc) · 2.23 KB

Thank you for considering contributing to Euphoria Logger! 🎉

We welcome contributions from the community and are excited to work with you.

How to Contribute

🐛 Reporting Bugs

If you find a bug, please report it by opening an issue. Include as much detail as possible:

  • Steps to reproduce the issue
  • Your environment (OS, Node.js version, etc.)
  • Relevant logs or screenshots

💡 Suggesting Enhancements

Have an idea for an enhancement or new feature? Open an issue and describe your idea in detail:

  • What problem does it solve?
  • Why do you think it would be beneficial for the project?

🔧 Submitting Pull Requests

  1. Fork the repository: Click the "Fork" button at the top right corner of the repository page.

  2. Clone your fork:

    git clone https://github.com/TehPigYT/euphoria-logger.git
    cd euphoria-logger
  3. Create a new branch:

    git checkout -b feature/your-feature-name
  4. Make your changes: Implement your changes in the new branch.

  5. Commit your changes:

    git add .
    git commit -m "Add your commit message here"
  6. Push to your fork:

    git push origin feature/your-feature-name
  7. Open a pull request: Go to the original repository and open a pull request from your fork. Provide a clear and descriptive title and description for your pull request.

📝 Code Style

Please follow the existing code style and conventions used in the project. If you are unsure about any aspect of the code style, feel free to ask for guidance in your pull request.

📚 Documentation

If your contribution includes changes to any functionality, please update the documentation accordingly.

📜 Code of Conduct

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

📄 License

By contributing, you agree that your contributions will be licensed under the AGPL-3.0 License.

Thank you for your contributions! 🙌

The T_Bot Team