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.
We follow the Contributor Covenant.
Please be respectful and inclusive. No hate, no spam, no drama.
- Fork this repository
- Clone your fork to your local machine:
git clone https://github.com/your-username/devnet.git
cd devnet- Create a new branch:
git checkout -b feature/amazing-idea- Make your changes
- Commit and push:
git add .
git commit -m "Add amazing idea"
git push origin feature/amazing-ideaYou 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!
- PRs should be made against the
mainbranch. - Keep your commits clean and descriptive.
- Group related changes together.
Open an issue or start a discussion!
We're happy to help. Welcome aboard! π