From 10e8232ffae70800be65290150d805e1db9aa9fa Mon Sep 17 00:00:00 2001 From: chris48s Date: Sun, 30 Sep 2018 17:00:09 +0100 Subject: [PATCH] Add multiple issue templates (#2128) --- .github/ISSUE_TEMPLATE.md | 2 -- .github/ISSUE_TEMPLATE/1_Bug_report.md | 25 +++++++++++++++++ .github/ISSUE_TEMPLATE/2_Badge_request.md | 28 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/3_Feature_request.md | 12 +++++++++ .github/ISSUE_TEMPLATE/4_Support_question.md | 17 ++++++++++++ CONTRIBUTING.md | 2 +- doc/TUTORIAL.md | 2 +- 7 files changed, 84 insertions(+), 4 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/1_Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/2_Badge_request.md create mode 100644 .github/ISSUE_TEMPLATE/3_Feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/4_Support_question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 6557b914d7..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,2 +0,0 @@ - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md new file mode 100644 index 0000000000..f43bd87394 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md @@ -0,0 +1,25 @@ +--- +name: 🐛 Bug Report +about: Report errors and problems + +--- + +Are you experiencing this issue on shields.io or your own instance? + - [ ] shields.io + - [ ] My instance + +:beetle: **Description** + + +:link: **Link to the badge** + + +:bulb: **Possible Solution** + + + + diff --git a/.github/ISSUE_TEMPLATE/2_Badge_request.md b/.github/ISSUE_TEMPLATE/2_Badge_request.md new file mode 100644 index 0000000000..ca17aec70e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_Badge_request.md @@ -0,0 +1,28 @@ +--- +name: 💡 Badge Request +about: Ideas for new badges + +--- + +:clipboard: **Description** + + +:link: **Data** + + + + diff --git a/.github/ISSUE_TEMPLATE/3_Feature_request.md b/.github/ISSUE_TEMPLATE/3_Feature_request.md new file mode 100644 index 0000000000..4eb641d2b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_Feature_request.md @@ -0,0 +1,12 @@ +--- +name: 💡 Feature Request +about: Ideas for other new features or improvements + +--- + +:clipboard: **Description** + + + + diff --git a/.github/ISSUE_TEMPLATE/4_Support_question.md b/.github/ISSUE_TEMPLATE/4_Support_question.md new file mode 100644 index 0000000000..cea2f47a93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_Support_question.md @@ -0,0 +1,17 @@ +--- +name: ❓ Support Question +about: Ask a question about shields.io + +--- + +:question: **Question** + + + + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51207b50bc..844f551556 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ the top post. If you have a suggestion of your own, [search the open issues][issues]. If you don't see it, feel free to [open a new issue][open an issue]. -[open an issue]: https://github.com/badges/shields/issues/new +[open an issue]: https://github.com/badges/shields/issues/new/choose ### Spreading the word diff --git a/doc/TUTORIAL.md b/doc/TUTORIAL.md index f0137a5a7b..9d27b86de1 100644 --- a/doc/TUTORIAL.md +++ b/doc/TUTORIAL.md @@ -37,7 +37,7 @@ and learn about the [Github workflow](http://try.github.io/). (3) Open an Issue ----------------- -Before you want to implement your service, you may want to [open an issue](https://github.com/badges/shields/issues/new) and describe what you have in mind: +Before you want to implement your service, you may want to [open an issue](https://github.com/badges/shields/issues/new?template=2_Badge_request.md) and describe what you have in mind: - What is the badge for? - Which API do you want to use?