feat: support Conventional Commits via --type flag (#177)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
This commit is contained in:
30
tests/specs/openai/diff-fixtures/documentation-changes.txt
Normal file
30
tests/specs/openai/diff-fixtures/documentation-changes.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
diff --git a/README.md b/README.md
|
||||
index a0c3e1b..9d1b6f8 100644
|
||||
--- a/README.md
|
||||
+++ b/README.md
|
||||
@@ -1,6 +1,11 @@
|
||||
# My Awesome Project
|
||||
|
||||
+## Overview
|
||||
+
|
||||
+My Awesome Project is a web application that allows users to manage their tasks and projects in a simple and intuitive way. The project is built with React and Node.js and uses MongoDB for data storage.
|
||||
+
|
||||
## Installation
|
||||
|
||||
+To install and run My Awesome Project, follow these steps:
|
||||
+
|
||||
1. Clone the repository: `git clone https://github.com/username/my-awesome-project.git`
|
||||
2. Install dependencies: `npm install`
|
||||
3. Start the development server: `npm start`
|
||||
@@ -13,6 +18,11 @@ To install and run My Awesome Project, follow these steps:
|
||||
## Usage
|
||||
|
||||
To use My Awesome Project, follow these steps:
|
||||
+
|
||||
+1. Open your web browser and navigate to `http://localhost:3000`
|
||||
+2. Sign up for a new account or log in to an existing one
|
||||
+3. Create a new task or project and start managing your work!
|
||||
+
|
||||
## Contributing
|
||||
|
||||
We welcome contributions from anyone and everyone. To contribute to My Awesome Project, follow these steps:
|
||||
Reference in New Issue
Block a user