adafruit / Adafruit_BMP085_Unified

Unified sensor driver for Adafruit's BMP085 & BMP180 breakouts
93 stars 60 forks source link

The .github folder causes a compile warning on Windows #21

Closed rogerclarkmelbourne closed 8 years ago

rogerclarkmelbourne commented 8 years ago

The .github folder causes a compile warning on Windows

WARNING: Spurious .github folder in 'Adafruit BMP085 Unified' library

ladyada commented 8 years ago

wontfix - we need that to create issue templates. hopefully arduino will fix at some point :)

rogerclarkmelbourne commented 8 years ago

OK. No worries.

Perhaps I should post an issue on the Arduino.cc github repo asking them to ignore any files starting with "."

per1234 commented 8 years ago

we need that to create issue templates

@ladyada the .github folder is not necessary for issue templates(see https://help.github.com/articles/creating-an-issue-template-for-your-repository). As I recommended in https://github.com/adafruit/RGB-matrix-Panel/issues/26, you could put the templates in the repository root instead. Even if Arduino removes the warning, this will still be a problem until the fixed version of the IDE is released and the users upgrade to it.

Perhaps I should post an issue on the Arduino.cc github repo asking them to ignore any files starting with "."

@rogerclarkmelbourne this was already requested in https://github.com/arduino/arduino-builder/issues/70#issuecomment-158994311. The response indicated that, at least at that time, the developer was unwilling to make the warning ignore all folders starting with "." but requesting .github be ignored might have a chance.

ladyada commented 8 years ago

oh ok we might try moving it to the root dir, i think we missed that it didnt have to go into .github - no ETA on when we may do the sweep (there's 200 repos :)