mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Create ISSUE_TEMPLATE.md
This commit is contained in:
51
.github/ISSUE_TEMPLATE.md
vendored
Normal file
51
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
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 technical chat https://gitter.im/platformio/platformio
|
||||||
|
|
||||||
|
- [ ] 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 IDE. All issues related to PlatformIO IDE should be reported to apropriate repository
|
||||||
|
https://github.com/platformio/platformio-atom-ide/issues
|
||||||
|
|
||||||
|
- [ ] Bug report. If you’ve found a bug, please provide the next information required below and delete this text above line.
|
||||||
|
|
||||||
|
------------------------------------------------------------------
|
||||||
|
|
||||||
|
### Configuration
|
||||||
|
|
||||||
|
**Operating system**:
|
||||||
|
|
||||||
|
**PlatformIO Version** (`platformio --version`):
|
||||||
|
|
||||||
|
### Description of problem
|
||||||
|
|
||||||
|
|
||||||
|
#### Steps to Reproduce
|
||||||
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
### Actual Results
|
||||||
|
|
||||||
|
|
||||||
|
### Expected Results
|
||||||
|
|
||||||
|
|
||||||
|
### If problems with PlatformIO Build System:
|
||||||
|
|
||||||
|
**The content of `platformio.ini`:**
|
||||||
|
```ini
|
||||||
|
Insert here...
|
||||||
|
```
|
||||||
|
|
||||||
|
**Source file to reproduce issue:**
|
||||||
|
```cpp
|
||||||
|
Insert here...
|
||||||
|
```
|
||||||
|
|
||||||
|
### Additional info
|
Reference in New Issue
Block a user