We welcome contributions from the community and are excited to work with you.
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
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?
-
Fork the repository: Click the "Fork" button at the top right corner of the repository page.
-
Clone your fork:
git clone https://github.com/TehPigYT/euphoria-logger.git cd euphoria-logger
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes: Implement your changes in the new branch.
-
Commit your changes:
git add . git commit -m "Add your commit message here"
-
Push to your fork:
git push origin feature/your-feature-name
-
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.
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.
If your contribution includes changes to any functionality, please update the documentation accordingly.
By participating in this project, you agree to abide by our Code of Conduct.
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