add link to new standards in notion
This commit is contained in:
parent
75d052ef33
commit
8cfde80179
1 changed files with 6 additions and 4 deletions
|
|
@ -46,10 +46,6 @@ Contributors should expect that if their work is insufficiently documented (eith
|
|||
|
||||
Agora utilises [Plutarch](https://github.com/plutonomicon/plutarch) and your work must be written with Plutarch, when appropriate. Plutarch can prove _complicated_ but the documentation is extensive. We would encourage you to dive deeply into the documentation, whilst stating that Plutarch's [Tricks.md](https://github.com/Plutonomicon/plutarch/blob/master/docs/Tricks.md) could prove particularly helpful.
|
||||
|
||||
### Stylistic guidelines
|
||||
|
||||
All work must comply with the [MLabs style guide](https://github.com/mlabs-haskell/styleguide/).
|
||||
|
||||
### Continuous integration
|
||||
|
||||
For your PR to be merged it must pass three automated checks:
|
||||
|
|
@ -64,6 +60,12 @@ Our custom `fourmolu` rules may be found in the [base of the repository](./fourm
|
|||
2. Running `make lint` from the included `Makefile` and applying any recommendations.
|
||||
3. Ensuring that `cabal build` terminates successfully on your machine in the provided Nix environment.
|
||||
|
||||
## Standards
|
||||
|
||||
Agora follows a strict standards to increase consistency, to minimize
|
||||
legacy impacts, to use proper automated means, and more. The standard document
|
||||
can be discovered in [here](https://liqwid.notion.site/Coding-Standards-cd3c430e6e444fa292ecc3c57b7d95eb).
|
||||
|
||||
## Documentation
|
||||
|
||||
It is worth noting that the codebase is not the only aspect of the project that it is worth contributing to. In the event that one finds the docs unsatisfactory, the Agora team would welcome receiving any issues describing your reservations or PRs pertaining to documentation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue