Skip to content

Latest commit

 

History

History
102 lines (61 loc) · 3.33 KB

CONTRIBUTING.md

File metadata and controls

102 lines (61 loc) · 3.33 KB

Contributing to GeoThai Assets

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.

How to Contribute

We welcome contributions of all kinds! Here’s how you can get involved:

1. Reporting Issues

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.

2. Suggesting Enhancements

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.

3. Submitting Pull Requests

To contribute directly by submitting new assets or improvements, please follow these steps:

  1. Fork the Repository

    Click the "Fork" button at the top right of this page to create your own copy of the repository.

  2. Clone Your Fork

    git clone https://github.com/your-username/assets.git
    cd assets
  3. Create a New Branch

    git checkout -b your-branch-name
  4. Make Your Changes

    Add your new assets or make improvements to existing ones. Be sure to follow our directory structure and naming conventions.

  5. 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.

  6. Push Your Changes

    git push origin your-branch-name
  7. 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.

4. Review Process

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.

Guidelines

  • 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.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.

Need Help?

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! 🌟