From 88ed8ae72de498901ae9f37845d47f9bae534944 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 4 Dec 2023 15:00:36 +0100 Subject: [PATCH] docs: Simplify list of optional steps --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e65121c0..4e9c9313f 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ Add a title, a description, a license and a short summary of the patches that ar ## 🔘 Optional steps -You can also set up the following things: +You can also add the following things to the repository: -- [Add issue templates to the repository](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository)[^2] -- Add contribution guidelines to the repository[^3] -- If you want to publish your patches as a library, add documentation to the repository[^4] +- [Issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository)[^2] +- Contribution guidelines[^3] +- Documentation, if you want to publish your patches as a library[^4] [^1]: [Example README.md file](https://github.com/ReVanced/revanced-patches/blob/main/README.md) [^2]: [Example issue templates](https://github.com/ReVanced/revanced-patches/tree/main/.github/ISSUE_TEMPLATE)