From db338856524f62fc3d15b854431469d595731f27 Mon Sep 17 00:00:00 2001 From: mewmew Date: Mon, 19 Feb 2018 09:30:03 +0100 Subject: [PATCH] contributing: remove tracking from link to Gitter --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cdf7087..2e5d481 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ 1. **Make a community example** and place it inside the [examples/community](examples/community) folder. 2. **Add tests**. There only few tests in Pixel at the moment. Take a look at them and make some similar. 3. **Add a small feature or an improvement**. Feel like some small feature is missing? Just make a PR. Be ready that I might reject it, though, if I don't find it particularly appealing. -4. **Join the big development** by joining the discussion at the [Gitter](https://gitter.im/pixellib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge), where we can discuss bigger changes and implement them after that. +4. **Join the big development** by joining the discussion at the [Gitter](https://gitter.im/pixellib/Lobby), where we can discuss bigger changes and implement them after that. ## How to make a pull request