Skip to content

Commit

Permalink
Update contributing guidelines wrt flags (#584)
Browse files Browse the repository at this point in the history
* update guidelines

* oops
  • Loading branch information
mortberg committed Jul 27, 2021
1 parent d5030a9 commit 4e9e4f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -39,9 +39,10 @@ When preparing a PR here are some general guidelines:

- All files should start with

`{-# OPTIONS --cubical --no-import-sorts --safe #-}`
`{-# OPTIONS --safe #-}`

unless there is a good reason for it not to.
unless there is a good reason for it not to. The `--cubical` and
`--no-import-sorts` flags are added in the `cubical.agda-lib` file.

- It is much easier for us to review and merge smaller and
self-contained PRs. If a PR changes a lot of files all over the
Expand Down

0 comments on commit 4e9e4f7

Please sign in to comment.