From 7d6192b0697d7309ccb17aa9dd9dce1484c1775e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 Jul 2018 01:22:18 +0300 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9c025651..4a0f97a2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,22 +1,37 @@ What kind of issue is this? -- [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do - something, or to understand why something isn't working the way you expect it to, use - our Community Forums https://community.platformio.org +- [ ] **Question** -- [ ] PlatformIO IDE. All issues related to PlatformIO IDE should be reported to appropriate repository - https://github.com/platformio/platformio-atom-ide/issues + This issue tracker is not the place for questions. If you want to ask how to do something, + or to understand why something isn't working the way you expect it to, + use: + + * Community Forums https://community.platformio.org + * Premium Support https://platformio.org/support -- [ ] Development Platform or Board. All issues related to Development Platforms or Embedded Boards - should be reported to appropriate repository. - See full list with repositories and search for "platform-xxx" repository related to your hardware - https://github.com/platformio?query=platform- +- [ ] **PlatformIO IDE** -- [ ] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution + All issues related to PlatformIO IDE should be reported to appropriate repository: + + * Atom https://github.com/platformio/platformio-atom-ide/issues + * VSCode https://github.com/platformio/platformio-vscode-ide/issues + +- [ ] **Development Platform or Board** + + All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms + should be reported to appropriate repository related to your hardware + https://github.com/topics/platformio-platform + +- [ ] **Feature Request** + + Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to implement new features without first getting our support. Sometimes we leave features out on purpose to keep the project small. -- [ ] PlatformIO Core. If you’ve found a bug, please provide an information below. +- [ ] **PlatformIO Core** + + If you’ve found a bug, please provide an information below. + *You can erase any parts of this template not applicable to your Issue.*