能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CONTRIBUTING.md 1.7 KiB

2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ## Contributing to ESP_DoubleResetDetector
  2. ### Reporting Bugs
  3. Please report bugs in ESP_DoubleResetDetector if you find them.
  4. However, before reporting a bug please check through the following:
  5. * [Existing Open Issues](https://github.com/khoih-prog/ESP_DoubleResetDetector/issues) - someone might have already encountered this.
  6. If you don't find anything, please [open a new issue](https://github.com/khoih-prog/ESP_DoubleResetDetector/issues/new).
  7. ### How to submit a bug report
  8. Please ensure to specify the following:
  9. * Arduino IDE version (e.g. 1.8.19) or Platform.io version
  10. * `ESP8266` or `ESP32` Core Version (e.g. ESP8266 core v3.0.2 or ESP32 v2.0.2)
  11. * Contextual information (e.g. what you were trying to achieve)
  12. * Simplest possible steps to reproduce
  13. * Anything that might be relevant in your opinion, such as:
  14. * Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
  15. * Network configuration
  16. ### Example
  17. ```
  18. Arduino IDE version: 1.8.19
  19. ESP8266 Core Version 3.0.2
  20. OS: Ubuntu 20.04 LTS
  21. Linux kh-Inspiron-3593 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
  22. Context:
  23. I encountered a non-response while trying to press the reset button twice.
  24. Steps to reproduce:
  25. 1. ...
  26. 2. ...
  27. 3. ...
  28. 4. ...
  29. ```
  30. ### Sending Feature Requests
  31. Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
  32. There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/ESP_DoubleResetDetector/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
  33. ### Sending Pull Requests
  34. Pull Requests with changes and fixes are also welcome!