We welcome contributions to AI Writing Coach! Before you get started, please read this document to understand how you can contribute to our project.
-
Fork the AI Writing Coach repository on GitHub.
-
Clone your forked repository to your local machine:
git clone https://github.com/yourusername/ai-writing-coach.git cd ai-writing-coach
-
Create a new branch for your contribution:
git checkout -b feature/your-feature-name
- 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
- Create a pull request (PR) on the AI Writing Coach repository to submit your changes.