Skip to content

Latest commit

Β 

History

History
76 lines (50 loc) Β· 1.65 KB

File metadata and controls

76 lines (50 loc) Β· 1.65 KB

🀝 Contributing to DevNet

First off, thanks for taking the time to contribute to DevNet! πŸŽ‰
We welcome all contributions β€” whether it's fixing bugs, improving docs, or adding new features.

πŸ“‹ Table of Contents


πŸ“œ Code of Conduct

We follow the Contributor Covenant.
Please be respectful and inclusive. No hate, no spam, no drama.


πŸ›  Getting Started

  1. Fork this repository
  2. Clone your fork to your local machine:
git clone https://github.com/your-username/devnet.git
cd devnet
  1. Create a new branch:
git checkout -b feature/amazing-idea
  1. Make your changes
  2. Commit and push:
git add .
git commit -m "Add amazing idea"
git push origin feature/amazing-idea

πŸ’‘ How to Contribute

You can contribute in many ways:

  • πŸ› Report bugs
  • πŸ“˜ Improve documentation
  • ✨ Suggest or add new features
  • πŸ§ͺ Write or improve tests
  • πŸ”§ Refactor or optimize existing code

Check the Issues tab to find something to work on!


πŸ” Pull Request Guidelines

  • PRs should be made against the main branch.
  • Keep your commits clean and descriptive.
  • Group related changes together.

πŸ™‹ Need Help?

Open an issue or start a discussion!

We're happy to help. Welcome aboard! πŸš€