Skip to content

Commit

Permalink
fix: mentioning conv. commits in CONTRIBUTING.md and setting eol=lf i…
Browse files Browse the repository at this point in the history
…n .gitattributes
  • Loading branch information
Allan committed Oct 17, 2023
1 parent 18b6cad commit 50e6d41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ mc_*
*.env*

~
.gitattributes

0 comments on commit 50e6d41

Please sign in to comment.