Skip to content

Commit 2d226e2

Browse files
committed
docs(project): fix CONTRIBUTING.md
1 parent f7295ca commit 2d226e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to IPFS-PHP
1+
# Contributing to TOR-PHP
22

33
Thank you for considering contributing to **tor-php**! <br />
44
All contributions are appreciated, whether it's bug reports, feature requests, or code improvements. <br />
@@ -12,12 +12,13 @@ The following guidelines will help you get started and ensure a smooth contribut
1212
```bash
1313
git clone [email protected]:your-username/tor-php
1414
```
15+
1516
2. **Create a Branch**
1617
- Create a new branch from `main` (or the default branch) to work on your changes:
1718
```bash
1819
git checkout -b feature/my-new-feature
1920
```
20-
- Name your branch in a way that describes what you’re working on (e.g., `feature/add-transaction-support` or `bugfix/fix-transaction-deserialization`).
21+
- Name your branch in a way that describes what you’re working on (e.g., `feature/add-support-for-this` or `bugfix/fix-socket-handling`).
2122

2223
3. **Make Changes**
2324
- Implement your changes, whether it’s a bug fix, feature enhancement, or documentation update.

0 commit comments

Comments
 (0)