1
0
mirror of https://github.com/H0llyW00dzZ/GoGenAI-Terminal-Chat.git synced 2025-02-06 10:24:31 +00:00
GoGenAI-Terminal-Chat/CONTRIBUTING.md
H0llyW00dzZ 8853a7b947
Update CONTRIBUTING.md & README.md
- [+] docs: update CONTRIBUTING.md with more detailed guidelines and format
- [+] docs: update README.md to link to CONTRIBUTING.md for contribution details
2024-02-11 06:07:11 +07:00

1005 B

   ______      ______           ___    ____
  / ____/___  / ____/__  ____  /   |  /  _/
 / / __/ __ \/ / __/ _ \/ __ \/ /| |  / /  
/ /_/ / /_/ / /_/ /  __/ / / / ___ |_/ /     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.