From e010ff30a3dc07e4fdf79e9e8cd087476956d830 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Wed, 2 May 2018 19:13:30 -0400 Subject: [PATCH] Use sequential numbering for ordered list Using all `1.` is a workaround to allow reordering large lists without redoing numbering. --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3778e0378..3f507f7d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -264,8 +264,8 @@ To pull the latest translations, follow these steps: 1. Download Transifex client: https://docs.transifex.com/client/installing-the-client -1. Create Transifex account: https://transifex.com -1. Generate API token: https://www.transifex.com/user/settings/api/ -1. Create `~/.transifexrc` configuration: +2. Create Transifex account: https://transifex.com +3. Generate API token: https://www.transifex.com/user/settings/api/ +4. Create `~/.transifexrc` configuration: https://docs.transifex.com/client/client-configuration#-transifexrc -1. Run `yarn grunt tx`. +5. Run `yarn grunt tx`.