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
126 changes: 0 additions & 126 deletions CONTRIBUTING.md

This file was deleted.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ The documentation in the `docs/external` folder is built using Docusaurus and is
Developer documentation and onboarding guide is available
[here](https://0xMiden.github.io/miden-node/developer/index.html).

At minimum, please see our [contributing](CONTRIBUTING.md) guidelines and our [makefile](Makefile) for example workflows
At minimum, please see our [contributing](https://github.com/0xMiden/.github?tab=contributing-ov-file) guidelines and our [makefile](Makefile) for example workflows
e.g. run the testsuite using

```sh
make test
```

Note that we do _not_ accept low-effort contributions or AI generated code. For typos and documentation errors please
rather open an issue.
In particular, please note that we do _not_ accept [low-effort contributions](https://github.com/0xMiden/.github?tab=contributing-ov-file#contribution-quality) or AI generated code. For typos and documentation errors please open an issue instead.

> [!IMPORTANT]
> PRs will be closed unless you have been assigned an issue by a maintainer.

## License

Expand Down
Loading