Thank you for considering contributing to Absurd Expansions! We welcome contributions from everyone. Here are some guidelines to help you get started:
- Fork the Repository: Create a personal fork of the project on GitHub.
- Clone the Fork: Clone your fork to your local machine.
git clone https://github.com/your-username/absurd-expansions.git
- Create a Branch: Create a new branch for your changes.
git checkout -b feature/your-feature-name
- Make Changes: Make your changes to the codebase.
- Commit Changes: Commit your changes with a clear and concise commit message.
git commit -m "Add feature: your feature name"
- Push Changes: Push your changes to your fork.
git push origin feature/your-feature-name
- Create a Pull Request: Open a pull request to the main repository.
Please read and follow our Code of Conduct to ensure a welcoming environment for all contributors.
If you find a bug or have a feature request, please open an issue on GitHub.
- Follow the existing code style.
- Write clear and concise commit messages.
- Include comments and documentation where necessary.
Ensure that your changes do not break existing tests and add new tests for new features.
Thank you for your contributions!