diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-08-21 05:47:39 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-08-21 05:47:39 +1200 |
commit | c30f411fcc08e691fe20aeb033f0e840477fb8d4 (patch) | |
tree | 04134e8845aff14a1e7b881aac0eb3ad02a10f19 /.github/CONTRIBUTING.md | |
parent | 2be1b80297b8873eef5c537a682f3a4c2fb51077 (diff) | |
download | trackermap-server-c30f411fcc08e691fe20aeb033f0e840477fb8d4.tar.gz trackermap-server-c30f411fcc08e691fe20aeb033f0e840477fb8d4.tar.bz2 trackermap-server-c30f411fcc08e691fe20aeb033f0e840477fb8d4.zip |
Update contributing guide
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f6f8b3137..03a3831b9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,16 +9,16 @@ Before asking anything, please search for an answer in: - Relevant repositories (see below) - [Google Search](https://www.google.com/) -GitHub issues should be used ONLY for feature requests and bug reports. For general discussions please use [Traccar forums](https://www.traccar.org/forums/). +GitHub issues should be used ONLY for feature requests, code discussions and bug reports. For general discussions please use [Traccar forums](https://www.traccar.org/forums/). There are multiple Traccar projects. If you create a new issue you MUST do it in the relevant repository: -- [Traccar Server](https://github.com/tananaev/traccar) -- [Traccar Web Interface](https://github.com/tananaev/traccar-web) -- [Traccar Client for Android](https://github.com/tananaev/traccar-client-android) -- [Traccar Client for iOS](https://github.com/tananaev/traccar-client-ios) -- [Traccar Manager for Android](https://github.com/tananaev/traccar-manager-android) -- [Traccar Manager for iOS](https://github.com/tananaev/traccar-manager-ios) +- [Traccar Server](https://github.com/tananaev/traccar/issues) +- [Traccar Web Interface](https://github.com/tananaev/traccar-web/issues) +- [Traccar Client for Android](https://github.com/tananaev/traccar-client-android/issues) +- [Traccar Client for iOS](https://github.com/tananaev/traccar-client-ios/issues) +- [Traccar Manager for Android](https://github.com/tananaev/traccar-manager-android/issues) +- [Traccar Manager for iOS](https://github.com/tananaev/traccar-manager-ios/issues) If you are not sure where your issue belongs to, please use Traccar Server main repository. |