-
Notifications
You must be signed in to change notification settings - Fork 19
Add contributing guidelines to CONTRIBUTING.md #93
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
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,58 @@ | ||
| # Contributing to Agent365-Samples | ||
|
|
||
| First off, thank you for taking the time to contribute! 🎉 | ||
|
|
||
| We welcome contributions from everyone, whether you're fixing bugs, adding new features, or improving documentation. Here are a few guidelines to help you get started. | ||
|
|
||
| ## Table of Contents | ||
| - [Code of Conduct](#code-of-conduct) | ||
| - [How to Contribute](#how-to-contribute) | ||
| - [Reporting Bugs](#reporting-bugs) | ||
| - [Suggesting Enhancements](#suggesting-enhancements) | ||
| - [Submitting Code Changes](#submitting-code-changes) | ||
| - [Development Process](#development-process) | ||
| - [License](#license) | ||
|
|
||
| ## Code of Conduct | ||
|
|
||
| By participating in this project, you agree to abide by the [Code of Conduct](CODE_OF_CONDUCT.md). Please be respectful and considerate to others, as we want to foster a friendly and inclusive community. | ||
|
|
||
| ## How to Contribute | ||
|
|
||
| We appreciate any help! There are several ways you can contribute to this project: | ||
|
|
||
| ### Reporting Bugs | ||
| - If you find a bug, please check if it has already been reported. If not, open a new issue with a clear description of the problem and how to reproduce it. | ||
| - Provide any relevant information like logs, steps to reproduce, or screenshots to help us understand the issue better. | ||
|
|
||
| ### Suggesting Enhancements | ||
| - If you have an idea for a new feature or improvement, please open an issue to discuss it first. This allows us to prioritize the feature and make sure it fits with the project vision. | ||
| - Clearly describe the idea and its potential impact. | ||
|
|
||
| ### Submitting Code Changes | ||
| - Fork the repository and create a new branch for your feature or bugfix. | ||
| - Write clear, descriptive commit messages. | ||
| - Follow the coding style used in the project (indentation, variable names, etc.). | ||
| - If applicable, add tests that ensure your changes work as expected. | ||
| - Submit a pull request with a description of what you've done and why. | ||
| - Make sure your changes pass any automated checks or tests (e.g., CI/CD pipeline). | ||
rahuldevikar761 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## Development Process | ||
|
|
||
| 1. Fork the repository and clone it to your local machine. | ||
| 2. Create a new branch for your changes. | ||
| 3. Make the necessary changes and ensure the project works as expected. | ||
| 4. Commit your changes and push them to your fork. | ||
| 5. Open a pull request. Make sure to include a detailed description of what you've changed and why. | ||
|
|
||
| ### Code Reviews | ||
| - After you submit a pull request, the maintainers will review it. If they have any questions or requests for changes, they will provide feedback. | ||
| - Address the feedback and make any necessary changes before the pull request is merged. | ||
|
|
||
| ## License | ||
|
|
||
| By contributing to this project, you agree that your contributions will be licensed under the same license as the project. See [LICENSE](LICENSE.md) for more details. | ||
|
|
||
| --- | ||
|
|
||
| Thank you for contributing! 🎉 We appreciate your help in making this project better. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.