From 615ebf082dfc9331da7a4a14b4e7abcbb84592e9 Mon Sep 17 00:00:00 2001 From: Reg <reg@disroot.org> Date: Sun, 1 Jul 2018 11:41:52 +0200 Subject: [PATCH] [doc] fixed typo in changelog command --- CONTRIBUTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index dffe99d7..18d877b6 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -280,7 +280,7 @@ Typical workflow for a contribution 3. Create a dedicated branch for your work ``42-awesome-fix``. It is good practice to prefix your branch name with the ID of the issue you are solving. 4. Work on your stuff 5. Commit small, atomic changes to make it easier to review your contribution -6. Add a changelog fragment to summarize your changes: ``echo "Implemented awesome stuff (#42)" > changes/changelog.d/42.feature"`` +6. Add a changelog fragment to summarize your changes: ``echo "Implemented awesome stuff (#42)" > changes/changelog.d/42.feature`` 7. Push your branch 8. Create your merge request 9. Take a step back and enjoy, we're really grateful you did all of this and took the time to contribute! -- GitLab