Thank you for considering contributing to AIXCL! We welcome contributions from the community and are excited to collaborate with you.
-
Fork the Repository: Start by forking the repository to your GitHub account.
-
Clone Your Fork: Clone your forked repository to your local machine.
git clone https://github.com/xencon/aixcl.git cd aixcl
-
Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name
-
Make Changes: Implement your changes, ensuring you follow the project's coding standards.
-
Commit Your Changes: Write clear and concise commit messages.
git add . git commit -m "Add feature: your feature description"
-
Push to Your Fork: Push your changes to your forked repository.
git push origin feature/your-feature-name
-
Submit a Pull Request: Go to the original repository and submit a pull request. Provide a detailed description of your changes and any relevant information.
Please adhere to the project's code of conduct in all your interactions with the project.
- Follow the existing code style and conventions.
- Write clear, concise, and descriptive commit messages.
- Ensure your code is well-documented.
If you encounter any issues, please report them using the issue tracker. Provide as much detail as possible to help us understand and resolve the issue.
We welcome feedback and suggestions! Feel free to open an issue or start a discussion to share your thoughts.
Thank you for your contributions!