______ ______ ___ ____ / ____/___ / ____/__ ____ / | / _/ / / __/ __ \/ / __/ _ \/ __ \/ /| | / / / /_/ / /_/ / /_/ / __/ / / / ___ |_/ / Contribution Guidelines \____/\____/\____/\___/_/ /_/_/ |_/___/ Copyright (©️) 2024 @H0llyW00dzZ All rights reserved.
- Code Complexity: Ensure that each function has a cyclomatic complexity of 5 or less. Pull requests with functions exceeding this complexity will not be accepted.
Tip
If you're unable to write code that adheres to a cyclomatic complexity of 5 or less per function, you can refer to the Go tour here.
- Pull Requests: You are encouraged to submit pull requests with improvements or new features that comply with our complexity rules.
- Issue Reporting: If you find any problems or bugs, please report them by submitting an issue here.