Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CallGraph Documentation #28

Merged
merged 13 commits into from
Nov 16, 2024
Prev Previous commit
Next Next commit
Add link to code contribution guide
Esorat committed Oct 7, 2024
commit c1ad46430feac67f50bbe17649aed3ee68a69d54
4 changes: 3 additions & 1 deletion docs/hacking/contributing.md
Original file line number Diff line number Diff line change
@@ -38,6 +38,8 @@ We welcome contributions to our documentation. If you find areas that need impro
5. **Add a CHANGELOG entry**
- Describe your changes in the `CHANGELOG.md` file according to the existing structure.

All guidelines and additional hacking tips are available in the repo. For low-level details not present in the docs, refer to [HACKING.md](https://github.com/nowarp/misti/blob/master/HACKING.md).
All guidelines and additional hacking tips are available in the repo. For low-level details not present in the docs, refer to [developing-misti.md](nowarp.github.io/docs/hacking/developing-misti.md).

For more detailed instructions on code contributions, please refer to the [Code Contribution Guide](https://nowarp.io/tools/misti/docs/hacking/contributing#code-contribution).

Thank you for your contributions!