From ef3cd042fbbe25fe6a0746cbe54b385ba28db8ff Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Mon, 8 Jan 2018 09:24:49 +0100 Subject: [PATCH] Update issue template and readme (#7450) * Ask about used network in issue template * Update Riot-References * Uppercase Parity --- .github/ISSUE_TEMPLATE.md | 2 ++ README.md | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 506667ef9..15dc3fa1a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,6 +6,8 @@ _Before filing a new issue, please **provide the following information**._ > - **Which operating system?**: Windows / MacOS / Linux > - **How installed?**: via installer / homebrew / binaries / from source > - **Are you fully synchronized?**: no / yes +> - **Which network are you connected to?**: ethereum / ropsten / kovan / ... > - **Did you try to restart the node?**: no / yes _Your issue description goes here below. Try to include **actual** vs. **expected behavior** and **steps to reproduce** the issue._ + diff --git a/README.md b/README.md index e5d9c0383..996eedc14 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Get in touch with us on Gitter: [![Gitter: Parity/Miners](https://img.shields.io/badge/gitter-parity/miners-4AB495.svg)](https://gitter.im/paritytech/parity/miners) [![Gitter: Parity-PoA](https://img.shields.io/badge/gitter-parity--poa-4AB495.svg)](https://gitter.im/paritytech/parity-poa) +Or join our community on Matrix: +[![Riot: +Parity](https://img.shields.io/badge/riot-%2Bparity%3Amatrix.parity.io-orange.svg)](https://riot.im/app/#/group/+parity:matrix.parity.io) + Be sure to check out [our wiki](https://github.com/paritytech/parity/wiki) and the [internal documentation](https://paritytech.github.io/parity/ethcore/index.html) for more information. ---- @@ -31,7 +34,7 @@ Parity comes with a built-in wallet. To access [Parity Wallet](http://web3.site/ By default, Parity will also run a JSONRPC server on `127.0.0.1:8545` and a websockets server on `127.0.0.1:8546`. This is fully configurable and supports a number of APIs. -If you run into an issue while using parity, feel free to file one in this repository or hop on our [Gitter](https://gitter.im/paritytech/parity) or [Riot](https://riot.im/app/#/room/#parity-watercooler:matrix.org) chat room to ask a question. We are glad to help! +If you run into an issue while using Parity, feel free to file one in this repository or hop on our [Gitter](https://gitter.im/paritytech/parity) or [Riot](https://riot.im/app/#/group/+parity:matrix.parity.io) chat room to ask a question. We are glad to help! **For security-critical issues**, please refer to the security policy outlined in [SECURITY.MD](SECURITY.md). @@ -66,7 +69,7 @@ We recommend installing Rust through [rustup](https://www.rustup.rs/). If you do $ rustup default stable-x86_64-pc-windows-msvc ``` -Once you have rustup, install parity or download and build from source +Once you have rustup, install Parity or download and build from source ----