1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

fix: mentioning conv. commits in CONTRIBUTING.md and setting eol=lf in .gitattributes

This commit is contained in:
Allan
2023-10-17 15:24:49 +01:00
parent 18b6cadce6
commit 50e6d416a4
3 changed files with 4 additions and 2 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto eol=lf

View File

@@ -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

2
.gitignore vendored
View File

@@ -13,4 +13,4 @@ mc_*
*.env*
~
.gitattributes