Thank you for your interest in contributing to the VaiCom Pro Community! We appreciate your help in improving the project. Please follow the guidelines below to ensure a smooth collaboration.
- Navigate to the VaiCom Pro Community GitHub repository.
- Click on the Fork button to create your own copy.
$ git clone https://github.com/your-username/vaicom-pro-community.git
$ cd vaicom-pro-community
- Use a descriptive branch name that reflects the changes you are making.
$ git checkout -b feature-branch-name
- Ensure your code follows the project's style guidelines.
- Update documentation if necessary.
- If applicable, test your changes before submitting them.
- Ensure that your changes do not introduce new bugs or issues.
$ git add .
$ git commit -m "Brief description of your changes"
$ git push origin feature-branch-name
- Navigate to the Pull Requests tab in the original repository.
- Click New Pull Request and select your branch.
- Provide a clear and concise description of your changes.
- Be prepared to update your PR based on feedback from maintainers.
- Discuss any concerns or questions in the PR comments.
If you encounter any issues while using VaiCom Pro, please follow these steps to report them:
- Check for Existing Issues: Before reporting a new issue, browse the Issues to see if it has already been reported.
- Create a New Issue:
- Go to the Issues tab and click New Issue.
- Provide a clear and concise title for your issue.
- Describe the problem in detail, including steps to reproduce, expected behavior, and actual behavior.
- Attach relevant screenshots, logs, or other supporting information.
- Engage in Discussion: Maintain a respectful and constructive conversation as the maintainers and community members investigate your issue.
- Be respectful and constructive in discussions.
- Follow the Code of Conduct.
- Help others by reviewing PRs and providing feedback.
If you have any questions, feel free to open an issue or reach out to the community.
Happy coding! 🚀