- Code of Conduct
- How We Have Contributed
- Creating Branches
- Making Changes
- Commit Your Changes
- Push Your Changes
- Create a Pull Request
- Style Guidelines
- Testing
- Feedback and Discussion
- License
This project and its team adhere to a Code of Conduct to promote a welcoming and inclusive environment. By participating in this project, we are expected to respect the Code of Conduct.
We contributed to InfoSafe in the following ways:
- Reporting bugs
- Suggesting new features
- Writing or improving documentation
- Fixing issues
- Submitting pull requests
- Participating in discussions
- Providing feedback
Created new branches for contributions by:
git checkout -b feature/your-feature-name
Made changes to the code, documentation, or any other contributions intended to provide by:
Committed changes with a descriptive commit message:
git commit -m "Added feature XYZ"
Pushed changes to the branch of the repository by:
git push origin feature/your-feature-name
- Go to the dev branch as default or the branch you want to merge into.
- Click on the "New Pull Request" button.
- Select your branch where your changes are.
- Provide a meaningful title and description for your pull request.
- Reviewers will provide feedback, and once your changes are approved, they will be merged.
Please adhere to the project's coding standards and guidelines. Also, follow any language-specific best practices or consult the existing codebase for guidance.
Before submitting a pull request, ensure that your changes pass any relevant tests. If the project has a test suite, run the tests and make sure they all pass.
If you have ideas, questions, or suggestions, feel free to open an issue to discuss them. We value community feedback and appreciate constructive discussions.
By contributing to this project, we have agreed that the contributions will be licensed under the project's license. You can find the license details in the LICENSE file.
Thank you for your interest in InfoSafe! Your efforts help make this project better for everyone.