Welcome to Wallie! We appreciate your interest in contributing to our open-source wallpaper app. Your contributions are invaluable in making Wallie even better. Please take a moment to read through our contribution guidelines to ensure a smooth and collaborative experience.
If you encounter a bug while using Wallie, please help us by following these steps:
-
Check the GitHub Issues to see if the issue has already been reported. If it has, you can add additional information or subscribe to receive updates.
-
If the issue is not yet reported, please create a new issue with a clear and concise description of the problem. Include relevant details such as your operating system, device, and steps to reproduce the issue.
Have a great idea for a new feature or enhancement? We'd love to hear it! Please follow these steps:
-
Check the GitHub Issues to see if your feature request has already been submitted. If it has, you can add your thoughts or use emojis to express your interest.
-
If the feature request is not yet submitted, please create a new issue and clearly describe the new feature you have in mind. Be sure to explain why you believe it would be valuable to Wallie users.
We welcome contributions from developers to improve and expand Wallie's functionality. To contribute code, please follow these steps:
-
Fork the Wallie repository to your GitHub account.
-
Clone your forked repository to your local machine:
git clone https://github.com/vishal-kumar-paswan/Wallie.git
-
Create a new branch for your work:
git checkout -b feature-or-fix-name
-
Make your changes, following the coding guidelines below.
-
Test your changes thoroughly to ensure they do not introduce new issues.
-
Commit your changes with a clear and descriptive commit message:
git commit -m "Add feature or fix issue #X: Description of the change"
-
Push your changes to your forked repository:
git push origin feature-or-fix-name
-
Create a pull request (PR) to the main Wallie repository. In your PR, provide a detailed description of your changes, including the problem they solve and any new dependencies.
When contributing code to Wallie, please follow these guidelines:
-
Write clear and concise code with meaningful variable and function names.
-
Comment your code when necessary, especially for complex logic or non-obvious functionality.
-
Test your changes thoroughly to ensure they do not break existing features.
Please review and adhere to our Code of Conduct. We are committed to creating a respectful and inclusive community for all contributors.
By contributing to Wallie, you agree that your contributions will be licensed under the MIT License. This ensures that Wallie remains open-source and free for all.
Thank you for your interest in Wallie and for helping us make it even better! We look forward to your contributions and collaboration. If you have any questions or need assistance, please don't hesitate to reach out at codethatstudios@gmail.com or open an issue.