docker-mailserver/.github/ISSUE_TEMPLATE
Brennan Kinney ad8b618b46
fix: Ensure files are committed with `eol=lf` via `.gitattributes` (#3527)
* chore: Use `.yml` extension

Both of these files support the `.yml` extension. Normalize on that.

* fix: Add `.gitattributes` to ensure `LF` line-endings are committed

Avoids accidentally committing files with `CRLF` when they're created on Windows. Or worse, if some editors don't detect `LF` and would introduce mixed line-endings with `CRLF`.

Shouldn't be a problem in practice as we already have a linting check to catch this via CI during PRs. This file is complimentary, in that it should automate that concern away.
2023-09-09 09:35:57 +12:00
..
bug_report.yml chore: Discourage `latest` in bug report version field (#3435) 2023-07-20 22:45:33 +02:00
config.yml follow-up to #3225 (#3229) 2023-04-07 11:58:51 +02:00
feature_request.yml fix: Ensure files are committed with `eol=lf` via `.gitattributes` (#3527) 2023-09-09 09:35:57 +12:00
question.yml ci: Fix `question.yml` template - `value` should be an attribute (#3502) 2023-08-24 14:29:08 +02:00