From 87eaa9ba1e45f41164519bf575b79c41ae8ca8a8 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 5 Feb 2020 16:05:52 +0200 Subject: [PATCH] Tweak some wording --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b05dd6cc5..b4bf5d3c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,8 @@ # Contributing -If you discover issues, have ideas for improvements or new features, or -want to contribute a new module, please report them to the -[issue tracker][1] of the repository or submit a pull request. Please, -try to follow these guidelines when you do so. +If you discover issues, have ideas for improvements or new features, please +report them to the [issue tracker][1] of the repository or submit a pull +request. Please, try to follow these guidelines when you do so. ## Issue reporting @@ -14,6 +13,7 @@ try to follow these guidelines when you do so. * Open an issue with a descriptive title and a summary in grammatically correct, complete sentences. * Include any relevant code to the issue summary. +* If you're reporting performance issues it'd be nice if you added some profiling data (Emacs has a built-in profiler). ## Pull requests