Skip to content

Commit

Permalink
Add CONTRIBUTING.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Burbulla committed Nov 18, 2023
1 parent 409604e commit 0f572f4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Unreleased

- Set up minimal project structure.
- Set up minimal project structure.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CONTRIBUTING

## Pre-commit hook

Make sure to install the pre-commit hook before committing:

```bash
pre-commit install
```
2 changes: 1 addition & 1 deletion data/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.csv
*.dat
*.dat
2 changes: 1 addition & 1 deletion data/flame/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Dataset from [2023 FLAME AI
Challenge](https://www.kaggle.com/competitions/2023-flame-ai-challenge/data).
Challenge](https://www.kaggle.com/competitions/2023-flame-ai-challenge/data).
2 changes: 1 addition & 1 deletion tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runs/
runs/

0 comments on commit 0f572f4

Please sign in to comment.