-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Contributing to Dialogue System package. | ||
|
||
Thank you for your interest in contributing. We welcome and appreciate any contributions, whether it is | ||
code, documentation, bug reports, feature requests, or general feedback. | ||
|
||
## How to Contribute | ||
|
||
There are many ways you can contribute to this project. Here are some guidelines to help you get started. | ||
|
||
### Reporting Issues | ||
|
||
If you encounter any problems or have any suggestions for improvement, please open an issue on GitHub. Be as descriptive as possible and include any relevant information such as error messages, | ||
screenshots, or steps to reproduce the issue. | ||
|
||
### Submitting Pull Requests | ||
|
||
If you want to contribute code or documentation to this project, you can submit a pull request (PR) on GitHub. Before | ||
you do so, please make sure that: | ||
|
||
- You have tested your code locally and ensured that it works as expected (also be sure you have added tests). | ||
- You have written clear and concise commit messages and PR descriptions. | ||
- You have updated the documentation if necessary. | ||
- You have resolved any merge conflicts with the main branch. | ||
|
||
To submit a PR, follow these steps: | ||
|
||
1. Fork the repository and create a new branch from the main branch. | ||
2. Make your changes and commit them with a meaningful message. | ||
3. Push your branch to your forked repository on GitHub. | ||
4. Create a PR from your branch to the main branch of the original repository. | ||
5. Wait for the project maintainers to review your PR and provide feedback or approval. | ||
6. If requested, make any necessary changes and update your PR accordingly. | ||
|
||
|
||
## Thank You | ||
|
||
We appreciate your time and effort in contributing to this project. We hope you enjoy using BTSM and find it | ||
useful. Thank you for being part of our community! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters