Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 848 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 848 Bytes

Contributing to AI Writing Coach

We welcome contributions to AI Writing Coach! Before you get started, please read this document to understand how you can contribute to our project.

Getting Started

  1. Fork the AI Writing Coach repository on GitHub.

  2. Clone your forked repository to your local machine:

    git clone https://github.com/yourusername/ai-writing-coach.git
    cd ai-writing-coach
    
  3. Create a new branch for your contribution:

git checkout -b feature/your-feature-name
  1. Make your changes, commit, and push to your forked repository:
git add .
git commit -m "Add your feature"
git push origin feature/your-feature-name
  1. Create a pull request (PR) on the AI Writing Coach repository to submit your changes.