# Contributing to jekyll-collection-pages

Thank you for your interest in contributing to jekyll-collection-pages! We welcome contributions from the community to help improve and grow this project. This document outlines the process for contributing to the repository.

## Getting Started

1. Fork the repository on GitHub.
2. Clone your fork locally: `git clone https://github.com/PrimerPages/jekyll-collection-pages.git`
3. Create a new branch for your feature or bug fix: `git checkout -b feature/your-feature-name` or `git checkout -b fix/your-bug-fix`

## Making Changes

1. Make your changes in your branch.
2. Follow the coding style and conventions used in the project.
3. Add or update tests as necessary.
4. Ensure all tests pass locally.
5. Commit your changes with a clear and descriptive commit message.

## Submitting a Pull Request

1. Push your changes to your fork on GitHub.
2. Open a pull request from your branch to the main repository's `main` branch.
3. Provide a clear title and description for your pull request, explaining the changes you've made and why.
4. Be prepared to address any feedback or questions during the review process.

## Reporting Issues

If you find a bug or have a suggestion for improvement:

1. Check if the issue already exists in the GitHub issue tracker.
2. If not, create a new issue, providing as much detail as possible, including steps to reproduce for bugs.

## Code of Conduct

Please note that this project adheres to a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.

## Questions?

If you have any questions or need further clarification, please don't hesitate to ask in the issue tracker or reach out to the maintainers.

Thank you for contributing to jekyll-collection-pages!
