Thank you for considering contributing to the AzureHROnboardingLogic project! Your contributions are valuable and help improve the project for everyone. Before you get started, please take a moment to review the following guidelines.
Please note that this project follows the Code of Conduct. By participating, you are expected to uphold this code.
- Fork the repository to your GitHub account.
- Clone your fork to your local machine:
/~https://github.com/AnthonyByansi/Azure-HR_Onboarding-Logic.git
- Create a new branch for your contribution:
git checkout -b feature/new-feature
- Make your changes and test them thoroughly.
- Commit your changes:
git commit -am "Add a brief description of your changes"
- Push your changes to your fork:
git push origin feature/new-feature
- Create a pull request from your fork's branch to the
main
branch of this repository.
We welcome various types of contributions, including but not limited to:
- Bug fixes
- Feature enhancements
- Documentation improvements
- Code refactoring
- Test coverage improvements
- Follow existing code style and conventions.
- Write meaningful commit messages that explain the purpose of your changes.
- Keep code changes focused and avoid unrelated modifications.
If you discover a bug or have a feature suggestion, please open an issue on the repository. Ensure the issue includes a clear description, steps to reproduce, and relevant details.
- Provide a descriptive title and detailed description for your pull request.
- Reference any related issues using the syntax
Fixes #123
orResolves #456
. - Ensure your changes pass any existing tests and add new tests if necessary.
- Rebase your branch on the latest
main
branch before creating the pull request.
Join in the discussions and share your thoughts on new features, improvements, and challenges. Your insights are valuable for the project's growth.
Thank you for your contribution!