diff options
author | Saivan <savian@me.com> | 2018-05-28 20:36:19 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-01 18:15:32 +0100 |
commit | 622ec7b326a6cd24d7c7cba99aa9ca873713ca4e (patch) | |
tree | 8d18ae37f95fbc9676ee48b0db0b9dfc6c839470 /.github | |
parent | 4e838c68fe09586eaeec4fabd243250ed183c0c5 (diff) | |
download | svg.js-622ec7b326a6cd24d7c7cba99aa9ca873713ca4e.tar.gz svg.js-622ec7b326a6cd24d7c7cba99aa9ca873713ca4e.zip |
Its obvious that these Issue templates were notes...
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/other.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 41e71e6..77280cb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -6,7 +6,7 @@ about: 🐞 Report a bug that you found # Bug report -> **Note: for support questions, please use [stackoverflow](https://stackoverflow.com/questions/tagged/svg.js) with the tag svg.js or head to our chat over at [gitter](https://gitter.im/svgdotjs/svg.js)**. +> **For support questions, please use [stackoverflow](https://stackoverflow.com/questions/tagged/svg.js) with the tag svg.js or head to our chat over at [gitter](https://gitter.im/svgdotjs/svg.js)**. ## Fiddle diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 86595f2..acaaef5 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -7,7 +7,7 @@ about: 🎂 Ask nicely for something you reaaaaaaaally want # Feature request -> **Note: for support questions, please use [stackoverflow](https://stackoverflow.com/questions/tagged/svg.js) with the tag svg.js or head to our chat over at [gitter](https://gitter.im/svgdotjs/svg.js)**. +> **For support questions, please use [stackoverflow](https://stackoverflow.com/questions/tagged/svg.js) with the tag svg.js or head to our chat over at [gitter](https://gitter.im/svgdotjs/svg.js)**. If you want to make a feature request, here are some guidelines to make a good one: - Add example code and usage for feature requests to see how a user would use it diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index c45be61..75287e6 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -4,4 +4,4 @@ about: 🍺 Something else... --- -> **Note: for support questions, please use [stackoverflow](https://stackoverflow.com/questions/tagged/svg.js) with the tag svg.js or head to our chat over at [gitter](https://gitter.im/svgdotjs/svg.js), if you have a bug report or feature request, use those templates**. +> **For support questions, please use [stackoverflow](https://stackoverflow.com/questions/tagged/svg.js) with the tag svg.js or head to our chat over at [gitter](https://gitter.im/svgdotjs/svg.js), if you have a bug report or feature request, use those templates**. |