From 37d84e0740c5ab4f182fa1dad5910069f7870970 Mon Sep 17 00:00:00 2001 From: Axorax <78349410+Axorax@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:25:39 +0600 Subject: [PATCH] Update: contributing.md --- contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 3164d0a..4ecd897 100644 --- a/contributing.md +++ b/contributing.md @@ -31,6 +31,8 @@ Example: - To add a new category, just make it following the rules for the other ones in the file. DO NOT change anything in the Table of Contents as it is auto-generated. After you make a new category, it will be automatically added in the contents later on. +- DO NOT change the order of any apps. You can add your app to the bottom of the category but don't change the order like ordering alphabetically or anything. + ## Adding something You'll need a [GitHub account](https://github.com/join)! @@ -47,4 +49,4 @@ You'll need a [GitHub account](https://github.com/join)! Sometimes, a maintainer might ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the guidelines stated here. -[Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request and the different ways you can do that. \ No newline at end of file +[Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request and the different ways you can do that.