Skip to content

Commit cee4bce

Browse files
committed
docs: add CONTRIBUTING.md guidelines
1 parent c7d3640 commit cee4bce

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contributing to SafeHands
2+
3+
First off, thank you for considering contributing to SafeHands! It's people like you that make SafeHands such a great tool for Web3 Agent Security.
4+
5+
## How Can I Contribute?
6+
7+
### Reporting Bugs
8+
Bugs are tracked as GitHub issues. When creating an issue, please explain the behavior you expected and the behavior you actually observed. Provide as much context as possible and describe the reproduction steps.
9+
10+
### Suggesting Enhancements
11+
Enhancement suggestions are also tracked as GitHub issues. Please provide a clear and detailed explanation of the feature you want, why it is needed, and how it should work.
12+
13+
### Pull Requests
14+
1. Fork the repo and create your branch from main.
15+
2. If you've added code that should be tested, add tests.
16+
3. If you've changed APIs, update the documentation.
17+
4. Ensure the test suite passes.
18+
5. Make sure your code conforms to the existing style.
19+
6. Issue that pull request!
20+
21+
## Code of Conduct
22+
By participating in this project, you agree to abide by standard open-source professional conduct. Harassment or abusive behavior will not be tolerated.

0 commit comments

Comments
 (0)