Appearance
We welcome contributions! To contribute, please follow these steps:
Fork the repository.
Create a new branch:
bashgit checkout -b feature/your-feature-name
Make your changes and commit them:
bashgit commit -m 'Add some feature'
Push to the branch:
bashgit push origin feature/your-feature-name
Create a pull request.