Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added steps to contribute to chatbot #128

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,19 @@ We welcome pull requests for bug fixes, features, and documentation improvements

<br>

### 🤝 Steps to contribute to Chatbot
Our chatbot is built using Botpress, a platform for creating powerful AI agents and chatbots. The conversation flow between users and the bot is manually generated using Botpress and can be improved to be more engaging and interactive.
Exploring Botpress Studio, [documentation](https://botpress.com/docs/cloud/), and the chatbot itself are the best ways to identify areas for enhancement.

- Raise an issue related to chatbot enhancement.
- Create your botpress account and export the chatbot configurations to your botpress studio using `.bpz` file present in the project directory.
- Make your changes and improvements.
- Export your `.bpz` file having improved configurations and then replace the current `.bpz` file with yours.
- Raise a PR and detail all the changes you've made (including screenshots, if possible).

For reference: [documentation](https://botpress.com/docs/cloud/) | [video](https://www.youtube.com/watch?v=1EVE2jlFgOc)


## 🎨 Style Guides

### 📜 Git Commit Messages
Expand Down Expand Up @@ -276,4 +289,4 @@ Thank you for contributing to the Diabetes Prediction Website! Your efforts help

## **Happy Contributing 🔥**

<br>
<br>
Loading