Skip to content

Commit

Permalink
Updated CONTRIBUTION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antriksh-9 authored Jul 1, 2024
1 parent a295d17 commit cc5322f
Showing 1 changed file with 14 additions and 1 deletion.
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>

0 comments on commit cc5322f

Please sign in to comment.