First off, I would like to thank you so much for considering the extension helpful and contributing to net‑commander! 🎉 Your help makes this project better for everyone.
- Reporting Issues
- Suggesting Enhancements
- Your First Code Contribution
- Development Setup
- Coding Style & Tests
- Commit Messages
- Pull Request Process
- Updating Documentation & Changelog
- Code of Conduct
If you find a bug or unexpected behavior:
- Check existing Issues to see if it’s already been reported.
- If not, open a new issue and include:
- A clear and descriptive title.
- Steps to reproduce.
- What you expected vs. what happened.
- Operating system and Node version (
node -v). - Any relevant screenshots or logs.
Please use the bug report template when prompted.
Got an idea for a new feature or improvement?
- Search existing issues to avoid duplicates.
- Open a new issue with:
- A descriptive title (e.g. “Add dark‑mode theme support”).
- A summary of the feature.
- Any design ideas or mockups.
- Why it would be useful.
Please use the feature request template when prompted.
Unsure where to start? Look for issues labeled:
These are typically simpler tasks ideal for first‑time contributors.
- Fork the repo and clone your fork locally:
git clone https://github.com/<your‑username>/net‑commander.git cd net‑commander