Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

42 lines (26 loc) · 1.31 KB

Contributing to Advanced WordPress Theme Development

Welcome to the open-source project for "Advanced WordPress Theme Development"! We appreciate your interest in contributing to this eBook. By contributing, you help make this resource more valuable for the community.

How to Contribute

Reporting Issues

If you come across any issues, errors, or have suggestions for improvements, please open an issue on the Issues page. Clearly describe the problem or enhancement you're proposing.

Adding Content

If you'd like to contribute content, follow these steps:

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine:

    git clone https://github.com/your-username/Advanced-WordPress-Theme-Development.git
  3. Create a new branch for your changes:

    git checkout -b feature/new-content
  4. Add or modify the content in the chapters directory.

  5. Commit your changes:

    git commit -m "Add new content to Chapter X"
  6. Push your changes to your fork:

    git push origin feature/new-content
  7. Open a pull request on the Pull Requests page.