Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmc12 authored Mar 25, 2024
1 parent c7e2ac4 commit 073a684
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Contributing to the AI Chatbot Project

We welcome contributions from the community! Whether it's reporting a bug, submitting a feature request, or making a pull request, your input is valuable to the AI Chatbot project. Here's how you can contribute:

## Reporting Issues

### Create a Detailed Issue
- **Visit our Issues page** and create a new issue. Please provide as much detail as possible to help us understand the problem.
- **Include steps to reproduce the issue**, expected outcomes, and actual outcomes.

### Environment Details
- Mention your operating environment, including **OS**, **Node.js version**, **Docker version**, and any other relevant details that could help replicate the issue.

### Logs and Error Messages
- If applicable, include any console logs or error messages to provide further insight into the issue.

## Submitting Pull Requests

### Fork the Repository
- Start by forking the `ai-chatbot` repository.

### Create a New Branch
- Make your changes in a new git branch based on the `main` branch.

### Commit Changes
- Commit your changes, adhering to the project's coding standards and commit message conventions.

### Open a Pull Request
- Submit a pull request (PR) against the `main` branch of the `ai-chatbot` repository. Please provide a clear description of the changes and any other information that will help us review your PR.

0 comments on commit 073a684

Please sign in to comment.