Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1005 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 1005 Bytes
   ______      ______           ___    ____
  / ____/___  / ____/__  ____  /   |  /  _/
 / / __/ __ \/ / __/ _ \/ __ \/ /| |  / /  
/ /_/ / /_/ / /_/ /  __/ / / / ___ |_/ /     Contribution Guidelines
\____/\____/\____/\___/_/ /_/_/  |_/___/  

Copyright (©️) 2024 @H0llyW00dzZ All rights reserved.

🎯 Contribution Guidelines

  1. 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.

  1. Pull Requests: You are encouraged to submit pull requests with improvements or new features that comply with our complexity rules.
  2. Issue Reporting: If you find any problems or bugs, please report them by submitting an issue here.