<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**  *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Contributing to Nunjucks Emailer](#contributing-to-nunjucks-emailer)
  - [How to Contribute](#how-to-contribute)
  - [Code of Conduct](#code-of-conduct)
  - [Reporting Issues](#reporting-issues)
  - [Getting Help](#getting-help)
  - [Coding Guidelines](#coding-guidelines)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Contributing to Nunjucks Emailer

Thank you for considering contributing to Nunjucks Emailer! We welcome all kinds of contributions.

## How to Contribute

1. **Fork the Repository**: Click on the "Fork" button at the top right of this page to create a copy of the repository on your account.

2. **Clone the Repository**: Clone your forked repository to your local machine using the following command:
    ```sh
    git clone https://github.com/your-username/[project-name].git
    ```

3. **Create a Branch**: Create a new branch for your feature or bug fix:
    ```sh
    git checkout -b feature/your-feature-name
    ```

4. **Make Changes**: Make your changes to the codebase.

5. **Commit Your Changes**: Commit your changes with a clear and descriptive commit message:
    ```sh
    git commit -m "Description of your changes"
    ```

6. **Push to Your Fork**: Push your changes to your forked repository:
    ```sh
    git push origin feature/your-feature-name
    ```

7. **Create a Pull Request**: Go to the original repository and create a pull request from your forked repository.

## Code of Conduct

Please adhere to our [Code of Conduct](CODE_OF_CONDUCT.md) in all your interactions with the project.

## Reporting Issues

If you find a bug or have a feature request, please create an issue in the [issue tracker](https://github.com/[project-name]/issues).

## Getting Help

If you need help, feel free to reach out by opening an issue or discussing in our [community chat](https://chat.example.com).

## Coding Guidelines

- Follow the existing coding style.
- Write clear and concise commit messages.
- Include comments in your code where necessary.
- Write tests for any new features or bug fixes.

We appreciate your contributions and thank you for your time!

The Nunjucks Emailer Team
