Thank you for your interest in contributing to the GeoThai Assets repository! 🎨 Your contributions help us maintain and improve our collection of assets, ensuring they meet the needs of our community.
We welcome contributions of all kinds! Here’s how you can get involved:
If you find a problem or have a suggestion, please open an issue on GitHub. Be sure to provide as much detail as possible, including:
- A clear description of the problem or suggestion.
- Steps to reproduce the issue, if applicable.
- Screenshots or examples to illustrate the problem.
If you have ideas for new assets or improvements to existing ones, please open an issue with your suggestions. We value your feedback and are always looking for ways to enhance our assets.
To contribute directly by submitting new assets or improvements, please follow these steps:
-
Fork the Repository
Click the "Fork" button at the top right of this page to create your own copy of the repository.
-
Clone Your Fork
git clone https://github.com/your-username/assets.git cd assets
-
Create a New Branch
git checkout -b your-branch-name
-
Make Your Changes
Add your new assets or make improvements to existing ones. Be sure to follow our directory structure and naming conventions.
-
Commit Your Changes
-
If the change involves adding a new asset:
feat(asset-type): add new [Asset Name] [Brief Description] body's lines must not be longer than 100 characters.
-
If the change involves improving an existing asset:
fix(asset-type): improve [Asset Name] [Brief Description] body's lines must not be longer than 100 characters.
git add . git commit -m "Your Commit Message"
[Note]
You can use the "git commit --amend" command to amend your last commit. -
-
Push Your Changes
git push origin your-branch-name
-
Create a Pull Request
Go to the pull requests page and click "New Pull Request". Provide a clear description of your changes and any relevant information.
Once you’ve submitted your pull request, our team will review it. We may provide feedback or request changes to ensure the contribution aligns with our guidelines. We appreciate your patience during this process.
- File Naming: Follow the existing naming conventions to ensure consistency.
- Documentation: Update the relevant
README.md
files if you add new assets or make significant changes. - Quality: Ensure all assets are of high quality and meet our standards.
By participating in this project, you agree to abide by our Code of Conduct.
If you have questions or need assistance, please reach out by opening an issue or contacting us via our contact page.
Thank you for helping us improve GeoThai Assets! 🚀
Happy contributing! 🌟