From 1480258a73c8cd117d0292b36ed3e89ad7d12feb Mon Sep 17 00:00:00 2001 From: Christian Paul Date: Thu, 25 Oct 2018 17:21:17 -0700 Subject: [PATCH 1/2] Add issue templates as seen on styleguidist/react-styleguidist Co-Authored-By: Artem Sapegin --- .github/ISSUE_TEMPLATE/BugReport.md | 26 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FeatureRequest.md | 22 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/Question.md | 14 +++++++++++++ .github/ISSUE_TEMPLATE/Support.md | 15 ++++++++++++++ 4 files changed, 77 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BugReport.md create mode 100644 .github/ISSUE_TEMPLATE/FeatureRequest.md create mode 100644 .github/ISSUE_TEMPLATE/Question.md create mode 100644 .github/ISSUE_TEMPLATE/Support.md diff --git a/.github/ISSUE_TEMPLATE/BugReport.md b/.github/ISSUE_TEMPLATE/BugReport.md new file mode 100644 index 0000000..686fe70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BugReport.md @@ -0,0 +1,26 @@ +--- +name: "\U0001F41B Bug report" +about: Something isn’t working as expected +--- + +**Steps to reproduce** + + + +**Current behavior** + + + +**Expected behavior** + + diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.md b/.github/ISSUE_TEMPLATE/FeatureRequest.md new file mode 100644 index 0000000..5d3a65a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.md @@ -0,0 +1,22 @@ +--- +name: "\U0001F680 Feature request" +about: I have a suggestion (and might want to implement myself) +--- + + + +**The problem** + + + +**Proposed solution** + + + +**Alternative solutions** + + + +**Additional context** + + diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md new file mode 100644 index 0000000..575f232 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -0,0 +1,14 @@ +--- +name: "\U0001F914 Support question" +about: I have a question or don’t know how to do something +--- + +--------------^ Click “Preview”! + +If you have a support question, feel free to ask it here. + +Before submitting a new question, make sure you: + +- Searched opened and closed [GitHub issues](https://github.com/rastapasta/mapscii/issues?utf8=%E2%9C%93&q=is%3Aissue). +- Read [the introduction](https://github.com/rastapasta/mapscii/blob/master/README.md). +- Read [the wiki article](hhttps://wiki.openstreetmap.org/wiki/Mapscii). diff --git a/.github/ISSUE_TEMPLATE/Support.md b/.github/ISSUE_TEMPLATE/Support.md new file mode 100644 index 0000000..0c96e3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support.md @@ -0,0 +1,15 @@ +--- +name: "\U0001F984 Support Mapscii’s development" +about: I want to support efforts in maintaining this community-driven project +--- + +--------------^ Click “Preview”! + +Developing and maintaining an open source project is a big effort. Mapscii isn’t supported by any big company, and all the contributors are working on it in their free time. We need your help to make it sustainable. + +There are many ways you can help: + +- Answer questions in [GitHub issues](https://github.com/rastapasta/mapscii/issues). +- Review [pull requests](https://github.com/rastapasta/mapscii/pulls). +- Fix bugs and add new features. +- Write articles and talk about Mapscii on conferences and meetups (we’re always happy to review your texts and slides). From baceee6ad6a86ea4feb77d2cab02338c6e6ccbf2 Mon Sep 17 00:00:00 2001 From: Christian Paul Date: Sun, 18 Nov 2018 18:47:24 -0800 Subject: [PATCH 2/2] Stylize name as MapSCII --- .github/ISSUE_TEMPLATE/BugReport.md | 2 +- .github/ISSUE_TEMPLATE/Support.md | 6 +++--- main.js | 2 +- src/Mapscii.js | 2 +- src/TileSource.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.md b/.github/ISSUE_TEMPLATE/BugReport.md index 686fe70..ee6d576 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.md +++ b/.github/ISSUE_TEMPLATE/BugReport.md @@ -8,7 +8,7 @@ about: Something isn’t working as expected diff --git a/.github/ISSUE_TEMPLATE/Support.md b/.github/ISSUE_TEMPLATE/Support.md index 0c96e3b..21f1028 100644 --- a/.github/ISSUE_TEMPLATE/Support.md +++ b/.github/ISSUE_TEMPLATE/Support.md @@ -1,15 +1,15 @@ --- -name: "\U0001F984 Support Mapscii’s development" +name: "\U0001F984 Support MapSCII’s development" about: I want to support efforts in maintaining this community-driven project --- --------------^ Click “Preview”! -Developing and maintaining an open source project is a big effort. Mapscii isn’t supported by any big company, and all the contributors are working on it in their free time. We need your help to make it sustainable. +Developing and maintaining an open source project is a big effort. MapSCII isn’t supported by any big company, and all the contributors are working on it in their free time. We need your help to make it sustainable. There are many ways you can help: - Answer questions in [GitHub issues](https://github.com/rastapasta/mapscii/issues). - Review [pull requests](https://github.com/rastapasta/mapscii/pulls). - Fix bugs and add new features. -- Write articles and talk about Mapscii on conferences and meetups (we’re always happy to review your texts and slides). +- Write articles and talk about MapSCII on conferences and meetups (we’re always happy to review your texts and slides). diff --git a/main.js b/main.js index 9d749bd..3dc09ce 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,5 @@ /*# - mapscii - Terminal Map Viewer + MapSCII - Terminal Map Viewer by Michael Strassburger Discover the planet in your console! diff --git a/src/Mapscii.js b/src/Mapscii.js index ff57f71..81dd07c 100644 --- a/src/Mapscii.js +++ b/src/Mapscii.js @@ -1,5 +1,5 @@ /* - mapscii - Terminal Map Viewer + MapSCII - Terminal Map Viewer by Michael Strassburger UI and central command center diff --git a/src/TileSource.js b/src/TileSource.js index a7a2450..47a3805 100644 --- a/src/TileSource.js +++ b/src/TileSource.js @@ -15,7 +15,7 @@ const Tile = require('./Tile'); const config = require('./config'); // https://github.com/mapbox/node-mbtiles has native build dependencies (sqlite3) -// To maximize mapscii's compatibility, MBTiles support must be manually added via +// To maximize MapSCII’s compatibility, MBTiles support must be manually added via // $> npm install -g mbtiles let MBTiles = null; try {