From 0bf596c6b29cef8f35f3ebddc96cc5934808b346 Mon Sep 17 00:00:00 2001 From: Raphael Husistein Date: Tue, 25 May 2021 16:41:51 +0200 Subject: [PATCH 01/15] add issue template for bug reports and feature requests --- .github/ISSUE_TEMPLATE/bug_report.md | 40 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 30 +++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..05b804aafb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: 🐜 Bug Report +about: Create a report to help us improve +title: '[bug] ' +--- + + + + + + + +# Bug Report + +**Current behavior:** + + +**Expected behavior** + + +**Steps to reproduce:** + + +**Screenshots** + + +**Gridcoin version** + + +**Machine specs** +- OS: +- CPU: +- RAM: +- Disk size: +- Disk Type (HD/SDD): + +**Extra information** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..6679380d33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,30 @@ +--- +name: 🚀 Feature Request +about: Suggest an idea for this project +title: '[feat] ' +--- + + + + + + + +# Feature Request + +**Describe the Feature Request** + + +**Describe Preferred Solution** + + +**Describe Alternatives** + + +**Related Code** + + +**Additional Context** + \ No newline at end of file From 05b444ccb1fc5b6b55784bd90a08824ae5d24071 Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Wed, 26 May 2021 10:45:45 +0000 Subject: [PATCH 02/15] Apply suggestions from nathanielcwm Co-authored-by: Nathaniel Chin <22572406+nathanielcwm@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 05b804aafb..d6e3719a9f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,6 +2,7 @@ name: 🐜 Bug Report about: Create a report to help us improve title: '[bug] ' +labels: bug --- @@ -27,7 +28,8 @@ title: '[bug] ' **Gridcoin version** - + **Machine specs** - OS: @@ -37,4 +39,4 @@ title: '[bug] ' - Disk Type (HD/SDD): **Extra information** - \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6679380d33..3fed9cc59a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,6 +2,7 @@ name: 🚀 Feature Request about: Suggest an idea for this project title: '[feat] ' +labels: enhancement --- @@ -27,4 +28,4 @@ title: '[feat] ' **Additional Context** - \ No newline at end of file + From e36beced0951f1c61ca8cc3e437d06300043a8de Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Thu, 27 May 2021 18:13:05 +0000 Subject: [PATCH 03/15] Correct spelling --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d6e3719a9f..d2e5a7b14b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,7 +5,7 @@ title: '[bug] ' labels: bug --- - + **Steps to reproduce:** - + **Screenshots** @@ -39,4 +39,4 @@ If you are not on the latest Leisure release please try updating to that and see - Disk Type (HD/SDD): **Extra information** - + From 1c683ec5f63bbb016943228075347176916be7fc Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Thu, 27 May 2021 18:13:56 +0000 Subject: [PATCH 04/15] Correct spelling --- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3fed9cc59a..c889da8e56 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,11 +1,11 @@ --- name: 🚀 Feature Request about: Suggest an idea for this project -title: '[feat] ' +title: '[feature] ' labels: enhancement --- - + **Describe Alternatives** - + **Related Code** From 80db6a8c93ad337af9878a6e6eb72f4d59b0c82a Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Fri, 28 May 2021 06:04:14 +0000 Subject: [PATCH 05/15] Add config.yml with contact information --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..3e1c85435a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Gridcoin Discord + url: https://discord.gg/jf9XX4a + about: Please go here if you have any general issues, that aren't bug reports. We can assist you much faster there. + - name: Gridcoin Subreddit + url: https://old.reddit.com/r/gridcoin + about: Alternative platform. From ae6581c864f680f4ea1a56fc8751b8989c06974b Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Wed, 2 Jun 2021 05:57:40 +0000 Subject: [PATCH 06/15] remove colon on heading, remove title --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d2e5a7b14b..f3993a9de1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,6 @@ --- name: 🐜 Bug Report about: Create a report to help us improve -title: '[bug] ' labels: bug --- @@ -15,7 +14,7 @@ labels: bug # Bug Report -**Current behavior:** +**Current behavior** **Expected behavior** From 3e2931c3edf34ca67510031aeb075cf665869d54 Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Wed, 2 Jun 2021 05:58:19 +0000 Subject: [PATCH 07/15] change to old.reddit to reddit --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3e1c85435a..f6110705de 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://discord.gg/jf9XX4a about: Please go here if you have any general issues, that aren't bug reports. We can assist you much faster there. - name: Gridcoin Subreddit - url: https://old.reddit.com/r/gridcoin + url: https://reddit.com/r/gridcoin about: Alternative platform. From b179cac9ed0a0d3049c6f978e75d814853954e3d Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Wed, 2 Jun 2021 05:59:59 +0000 Subject: [PATCH 08/15] apply suggestions --- .github/ISSUE_TEMPLATE/feature_request.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c889da8e56..4af4600b16 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,18 +1,15 @@ --- name: 🚀 Feature Request about: Suggest an idea for this project -title: '[feature] ' labels: enhancement --- - + - - # Feature Request **Describe the Feature Request** From 5febafc2e1f5547ca5f434bd5907a8e538e2a22a Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Fri, 4 Jun 2021 06:29:39 +0000 Subject: [PATCH 09/15] remove markdown link in comment --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f3993a9de1..959380e742 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,8 +7,8 @@ labels: bug +* Gridcoin on reddit https://www.reddit.com/r/gridcoin/ +* Discord https://discord.gg/jf9XX4a --> From 0d7c334b08483d7ade14fbdeb94b43f380b767fe Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Fri, 4 Jun 2021 06:30:16 +0000 Subject: [PATCH 10/15] remove markdown link in comment --- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4af4600b16..568e0c196e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,8 +7,8 @@ labels: enhancement +* Gridcoin on reddit https://www.reddit.com/r/gridcoin/ +* Discord https://discord.gg/jf9XX4a --> # Feature Request From 3549e0f78bdd197913c57b6588cc6724f34ea420 Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Fri, 11 Jun 2021 13:39:11 +0000 Subject: [PATCH 11/15] Remove comma --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f6110705de..44c77159dc 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Gridcoin Discord url: https://discord.gg/jf9XX4a - about: Please go here if you have any general issues, that aren't bug reports. We can assist you much faster there. + about: Please go here if you have any general issues that aren't bug reports. We can assist you much faster there. - name: Gridcoin Subreddit url: https://reddit.com/r/gridcoin about: Alternative platform. From 79d1892bd92bf0e178d65f0abdb693112a9a90be Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Fri, 11 Jun 2021 13:41:58 +0000 Subject: [PATCH 12/15] change order of Github and StackBlitz --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 568e0c196e..e2d9373ab0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -22,7 +22,7 @@ labels: enhancement **Related Code** - + **Additional Context** From 8533e03e57862a5ce78c032b4a8a59c8d02441d3 Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Fri, 11 Jun 2021 13:42:46 +0000 Subject: [PATCH 13/15] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e2d9373ab0..48b340e4db 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -25,4 +25,4 @@ labels: enhancement **Additional Context** - + From b2546c775b3fcd5d890dbe19edcbfe592bbafb25 Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Fri, 11 Jun 2021 15:11:03 +0000 Subject: [PATCH 14/15] aren't -> are not --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 44c77159dc..68151bb779 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Gridcoin Discord url: https://discord.gg/jf9XX4a - about: Please go here if you have any general issues that aren't bug reports. We can assist you much faster there. + about: Please go here if you have any general issues that are not bug reports. We can assist you much faster there. - name: Gridcoin Subreddit url: https://reddit.com/r/gridcoin about: Alternative platform. From c8785cad7a000d473426ff04987dfa3c9f0c4919 Mon Sep 17 00:00:00 2001 From: Pythonix <9782029+Pythonix@users.noreply.github.com> Date: Sat, 12 Jun 2021 06:59:38 +0000 Subject: [PATCH 15/15] remove stackblitz --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 48b340e4db..a1b7ccd993 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -22,7 +22,7 @@ labels: enhancement **Related Code** - + **Additional Context**