Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 917 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (11 loc) · 917 Bytes

Simple Contributors Guidelines

Please consider the following simple guidelines when contributing to the project:

1. Limiting Resource Usage

  • Ensure the tool doesn't require downloading excessive resources to run. Avoid making any user consume large amounts of data to use the tool.

2. Code Size Reduction

  • Strive to minimize the size of the code without impacting the tool's functionality.

3. Enhancing User Experience

  • Ensure ease of use for users by automating tasks whenever possible, eliminating the need for user intervention.

4. System Compatibility and Non-Impact on Other Operating Systems

  • Ensure the tool works across all systems. Be mindful of any additions that may negatively impact different operating systems such as Termux, Linux, Mac, and Windows, in terms of both performance and interface.

Thank you for your cooperation and contribution to improving this project!