From 50e6d416a47023a383b3473ca5d6ab5582156eb2 Mon Sep 17 00:00:00 2001 From: Allan Date: Tue, 17 Oct 2023 15:24:49 +0100 Subject: [PATCH] fix: mentioning conv. commits in CONTRIBUTING.md and setting eol=lf in .gitattributes --- .gitattributes | 1 + .github/CONTRIBUTING.md | 3 ++- .gitignore | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3465960..a1fffed 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -27,5 +27,6 @@ To contribute: 1. Create your feature branch (`git checkout -b myfeature`) 2. Make your change 3. Update the `all.sas` file (`python3 build.py`) -4. Push and make a PR +4. Commit using a [Conventional Commit](https://www.conventionalcommits.org) +5. Push and make a PR diff --git a/.gitignore b/.gitignore index 4376950..288005b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ mc_* *.env* ~ -.gitattributes +