We appreciate your interest in contributing to ProcodeLC! We welcome contributions from all skill levels, whether you're fixing a bug, adding a new feature, or improving documentation.
Before Contributing:
- Review the Code of Conduct: We have a code of conduct that outlines our expectations for respectful and professional behavior in our community.
- Fork the repository: Create a fork of this repository on GitHub. This will allow you to make your own changes without affecting the original codebase.
- Create a branch: Create a new branch for your changes. This will help keep your work organized and make it easier to review.
Making a Contribution:
- Clone your forked repository to your local machine.
- Make your changes and commit them to your local branch.
- Push your changes to your forked repository on GitHub.
- Open a pull request from your branch to the main branch of the upstream repository.
Pull Request Guidelines:
- Clear and concise title: Briefly describe the changes you've made.
- Detailed description: Explain what changes you've made and why.
- Address any issues: If you're fixing an issue, reference the issue number in your pull request description.
- Run tests: Make sure all existing tests pass before submitting your pull request.
- Follow coding style: Adhere to the existing coding style of the project.
Additional Notes:
- We reserve the right to reject any contribution that does not meet our standards or violates the Code of Conduct.
- We appreciate contributions of all sizes, be it bug fixes, feature improvements, or documentation updates.
- If you're unsure about anything, please feel free to ask questions in the issue tracker or open a discussion.
We look forward to your contributions!