Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Read `CONTRIBUTING.md` for guidelines on contributing to this project.
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Contribution

## Commit convention

Follow usual conventinal commit for PR title (we always squash merge).
Comment thread
SnO2WMaN marked this conversation as resolved.
Outdated

```
<type>(scope): <subject>
```

Choose `<type>` from below (should be one, but like `fix/doc` might be ok).
- `add`: Adding new results, definition, theorems.
Comment thread
SnO2WMaN marked this conversation as resolved.
Outdated
- `fix`: Fixing exists results for something misformalized
Comment thread
SnO2WMaN marked this conversation as resolved.
Outdated
- `refactor`: Rename and organize definitons/theorems. (essentially nothing changed about existing facts.)
Comment thread
SnO2WMaN marked this conversation as resolved.
Outdated
- `doc`: Adding or updating documents.
- `ci`: Configure GitHub Actions.
- `chore`: Mainting other things (ex: version-up).
Comment thread
SnO2WMaN marked this conversation as resolved.
Outdated

`scope` is optional, specify like `FirstOrder`, `Modal` if needed.

## Usual commands

### Build

```shell
lake build Foundation
```

### References

Format [references.bib](./references.bib) when adding references.

```
bibtool -r .bibtoolrsc -i references.bib -o references.bib
```
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,6 @@ Automatically generated[^1] diagrams "Zoo", illustrate the Lean4-verified interr

![Interpretability Logic Zoo](https://formalizedformallogic.github.io/Zoo/interpretability_logic.png)

Comment thread
SnO2WMaN marked this conversation as resolved.
## Build

```shell
lake build Foundation
```

## References

```
bibtool -r .bibtoolrsc -i references.bib -o references.bib
```

## Developers

List of contact information and areas of expertise of the current main developers.
Expand Down