Thank you for your interest in contributing to the dozer-samples! This document outlines the guidelines and best practices to follow when submitting a community project. We appreciate your effort and look forward to collaborating with you.
- Fork the dozer-samples repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch with a descriptive name related to your project (e.g.,
my-awesome-project). - Add your project files to the
community-samplesdirectory within the repository. - Commit your changes and push them to your forked repository.
- Submit a Pull Request (PR) from your forked repository to the
maindozer-samples repository.
Please structure your project as follows:
community-samples/
├── your-project-name/
│ ├── your-project-file_1/
│ ├── your-project-file_n/
│ ├── README.md
│ └── LICENSE
└── ...- README.md: A Markdown file providing a detailed description of your project, installation instructions, usage, and any other necessary information.
- LICENSE: A text file specifying the license under which your project is distributed.
When submitting a PR, please include the following information:
### Project Name
*Short description of your project*
### Project Description
*Provide a more detailed description of your project, its purpose, and how it works*
*You can also add architecture diagram if you have any*
### Features
- List of key features or highlights of your project
- Add as many bullet points as needed
### Installation & Usage
*Provide detailed instructions for installation and usage of your project*
### License
*Specify the license under which your project is distributed*
### Checklist
- [ ] I have read the contribution guidelines
- [ ] I have provided a README.md with detailed information about my project
- [ ] I have provided all necessary assets (if applicable)
- [ ] I have included the LICENSE file in my project
By following these guidelines and using the provided PR template, you'll have a smooth review process and timely integration of your project into the dozer-samples repository.
Thank you for your contribution! 🤗 🙏