└── README.rst /README.rst: -------------------------------------------------------------------------------- 1 | .. SPDX-License-Identifier: CC-BY-SA-4.0 2 | 3 | ============ 4 | Instructions 5 | ============ 6 | 7 | How to Contribute 8 | ================= 9 | Clone/fork the repository, create a new file with MD, RST or TXT extension. The 10 | file name should be short but descriptive and contain no spaces (replace them 11 | with hyphens). Add a description in the readme file as follows:: 12 | 13 | - **force-stop-apps.rst:** Common ways to freeze/force-stop apps 14 | 15 | How to Use the Repository 16 | ========================= 17 | You can view the desired file from the repository using GitHub without cloning 18 | it using the **Go to file** button on the right side near the **Code** button. 19 | 20 | License 21 | ======= 22 | 23 | Unless specified, everything in the repository are licensed under `Creative 24 | Commons 4.0 ShareAlike license `_. 25 | --------------------------------------------------------------------------------