diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-02-05 16:05:52 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-02-05 16:05:52 +0200 |
| commit | 87eaa9ba1e45f41164519bf575b79c41ae8ca8a8 (patch) | |
| tree | 4d1778d8bf477b923bb47f55645b90f66b761f11 | |
| parent | 88a26e6b2fd3ec392b77f6815ba841cfae43a35a (diff) | |
Tweak some wording
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b05dd6c..b4bf5d3 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 |
