1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

github: add issue template

This commit is contained in:
Alexandre Abadie 2017-10-27 15:01:34 +02:00
parent 81d13deb41
commit 5c4495f69d

37
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,37 @@
<!--
If your issue is a usage question, please submit it to the user mailing-list
users@riot-os.org or to the developer mailing-list devel@riot-os.org.
If your issue is related to security, please submit it to the security
mailing-list security@riot-os.org.
-->
#### Description
<!--
Example: Cannot build gnrc_networking application for samr21-xpro board.
-->
#### Steps to reproduce the issue
<!--
Try to describe as precisely as possible here the steps required to reproduce
the issue. Here you can also describe your hardware configuration, the network
setup, etc.
-->
#### Expected results
<!--
Example: The gnrc_networking application builds on samr21-xpro.
-->
#### Actual results
<!--
Please paste or specifically describe the actual output.
-->
#### Versions
<!--
Operating system: Mac OSX, Linux, Vagrant VM
Build environment: GCC, CLang versions (you can run the following command from
the RIOT base directory: ./dist/tools/ci/print_toolchain_versions.sh).
-->
<!-- Thanks for contributing! -->