This seems weird to have a template where the first thing everyone's going to 
do is to delete the contents wholesale. No matter what we put is going to be 
arbitrary and not useful (unless it's something large like a [CSS reset or 
such](https://github.com/necolas/normalize.css/blob/master/normalize.css)), so 
it might be better to stick with something simple like below instead of 
something more advanced like media queries:

```css
/* Replace this with your CSS styles */
h1 {
  font-color: red;
}
```

Even the `{fileheader}` isn't so useful as the GPL is rarely used in front-web 
projects [citation needed], so it's even more stuff to delete.

That said, I don't use any of these templates, and as @elextr said it's not 
much maintenance cost, so I'm not strongly opposed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2259#issuecomment-521300069

Reply via email to