# Contribution Guidelines Read these rules first and then make a PR or contribute. If you don't know how to do that, then check [how-to-make-a-pr.md](how-to-make-a-pr.md) Even more details and full guidelines here -> [full-guide.md](full-guide.md) ## Suggesting an app or any support Making an issue in the repository. [Click here to make one.](https://github.com/Axorax/awesome-free-apps/issues/new?template=Blank+issue) ## Editing the list - Only modify these files; `README.md`, `MOBILE.md` `README.md` for desktop apps.
`MOBILE.md` for mobile apps. - Do not change the order of any apps like ordering alphabetically. - Do **not modify the table of content or anything inside the "filter" folder**. They are auto-generated. - App should be added like this and it should be added to the **bottom of the specific category**: ``` - [Winpower](https://github.com/Axorax/winpower) - Advanced power settings and management for Windows. 🪟 🟢 ``` - **Description should be concise** and mention features of the app and end with a period(`.`). - **For new categories**, use `##` for the main category and `###` for sub-categories. For the position, add it after another category that is somewhat related otherwise add it alphabetically. ### Commit message - Use `Add: name` to add a new app. - Use `Update: name` to update an existing app. - Use `Remove: name` to remove an app. ```console Add: Winpower Update: Winpower Remove: Winpower ```