Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 conventional commit for PR title (we always squash merge).

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

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

`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
```
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,9 @@ 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
```
## Contributing

For instructions on how to build the project, run tests, and contribute, see [CONTRIBUTING](./CONTRIBUTING.md).
## Developers

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