Skip to content

Commit 0549895

Browse files
authored
Create CONTRIBUTING.md
1 parent 6a6907d commit 0549895

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
## Contributing
3+
4+
1. Fork the repository
5+
6+
```bash
7+
git clone https://github.com/Pymmdrza/CryptoTracker.git
8+
```
9+
2. Create your feature branch:
10+
```bash
11+
git checkout -b feature/amazing-feature
12+
```
13+
3. Commit your changes:
14+
```bash
15+
git commit -m 'Add amazing feature'
16+
```
17+
4. Push to the branch:
18+
```bash
19+
git push origin feature/amazing-feature
20+
```
21+
5. Open a Pull Request
22+
23+
> [!NOTE]
24+
> _For more information and additional explanations, see the Wiki page:_ [**ticketfy Wiki**](https://github.com/Pymmdrza/CryptoTracker/wiki 'ticketfy wiki')

0 commit comments

Comments
 (0)