From d6b3f86272ca268ebcbab9d9e3a40f7882a5c48d Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 13 Feb 2018 15:31:59 +0100 Subject: [PATCH 1/3] v1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8eee4ead8..cc7e4356aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Cosmos", "productName": "Cosmos", - "version": "0.4.1", + "version": "1.3.2", "description": "The electron-based user interface for Cosmos Network.", "author": "All In Bits, Inc ", "license": "Apache-2.0", From ee49aaaf424508af74760da611e58025fa9ff119 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 13 Feb 2018 16:11:39 +0100 Subject: [PATCH 2/3] made most information comments --- ISSUE_TEMPLATE.md | 12 ++++++------ PULL_REQUEST_TEMPLATE.md | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 6a6a5498df..884f640274 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,12 +1,12 @@ - - -> Please label the issue either bug or proposal according to its purpose. +> Thank you for filing an issue! + + ### Version -> Please state the version of the UI. + ### Description -> Please describe the bug or your proposed change to the software in as much detail as possible. When screenshots can be used to describe the bug/proposal, please include them. + ### Log -> If you report a bug, please provide the log content and the steps required to reproduce the bug. The logs can be found at `%USER_HOME%/.Cosmos/main.log` + diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 2379e397cf..d76ee28855 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,13 @@ +> Thank you a lot for contributing to Cosmos Voyager! + + -### Your checklist for this pull request +### Issue + -- [ ] Make sure you are requesting to **pull your feature/bugfix branch** (right side). -- [ ] Make sure you are making a pull request against the **develop branch** (left side). Also make sure to start *your branch* off *our develop*. -- [ ] If this PR produces a visible change, please provide screenshots showing these changes. -- [ ] Confirm that your pull request will pass our linting and unit tests. -- [ ] Make sure your code is properly tested, so that the code coverage is not decreasing. -### Issue -> Please provide the `#123` of the issue you created in advance, that describes the bug/proposed change. +### Screenshots + + ❤️Thank you! \ No newline at end of file From 7aea76955883d4eed31769f677b47d9920069307 Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 14 Feb 2018 12:14:58 +0100 Subject: [PATCH 3/3] trigger ci --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index d76ee28855..a5c5776b89 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -10,4 +10,4 @@ -❤️Thank you! \ No newline at end of file +❤️ Thank you!