Thank you for considering contributing to n3ofetch — a Windows alternative to the popular Linux tool neofetch.
- Report bugs and issues
- Suggest new features
- Improve documentation
- Submit pull requests
- Fork the repository.
- Create a feature branch from
main. - Make your changes in small, focused commits.
- Ensure
n3ofetch.batruns without errors. - Update documentation if behavior changes.
- Open a pull request with a clear description.
- Keep the script pure Batch (.bat) with no external dependencies.
- Prefer readability over clever tricks.
- Use meaningful variable names.
- Avoid deep nesting; keep logic blocks small and clear.
- Comment non-trivial logic.
- Code has been manually tested on at least one Windows system.
- No new external dependencies were introduced.
- Documentation (README/docs) updated where appropriate.
- The change is minimal, focused, and well described.
Thank you for helping improve n3ofetch!