Thank you for your interest in contributing to AdCoreLib! We welcome all contributions, whether they are bug reports, feature requests, documentation improvements, or code contributions.
First, fork the repository to your own GitHub account.
Clone the repository to your local machine:
git clone https://github.com/geniusrabbit/adcorelib.git
cd adcorelib
Create a new branch for your changes:
git checkout -b your-feature-branch
Make sure to test any changes you make to the code.
Once you’re happy with your changes, commit them:
git add .
git commit -m "Description of your changes"
Push the changes to your fork:
git push origin your-feature-branch
Go to the original repository and submit a pull request from your branch. In the pull request, provide a clear description of the changes and why they are necessary.
- Code Style: Ensure your code follows the project’s coding style and conventions.
- Testing: Please make sure all tests pass and add new tests if applicable.
- Documentation: If you’re adding new functionality, update the documentation accordingly.
If you encounter any bugs, please open an issue and provide as much detail as possible, including steps to reproduce the issue.
If you have ideas for new features, feel free to open an issue to discuss your proposal.
Please adhere to the Code of Conduct when contributing or interacting with others in the project.
Thank you for contributing to AdCoreLib!