Hi, thank you for your interest in wanting to contribute. This shows you're an idle nerd.
If none of that works for you, here's how you can contribute
- Visit the repository on GitHub.
- Click the Fork button in the top-right corner to create your copy of the repo.
- Clone the forked repository to your local machine:
git clone /~https://github.com/your-username/zfetch.git cd zfetch```
- git checkout -b feature/your-feature-name
- Add features, fix bugs or improve documentation.
- Write clean and well documented code.
- Use meaningful commit messages.
- Write tests for any new functionality.
- Ensure current functionality does not break existing features.
- Use meaningful commit messages.
- Preferrably use
git add -p
- Push to your fork.
- Ensure your PR clearly describes any changes made.
- Reference any related issues if applicable.