-
-
Notifications
You must be signed in to change notification settings - Fork 423
Added CODE_OF_CONDUCT.md and CONTRIBUTING.md files #992
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
michelebastione
merged 2 commits into
mini-software:master
from
michelebastione:docs-improvements
Jul 24, 2026
+79
−16
Merged
Changes from all commits
Commits
Show all changes
2 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,3 @@ | ||
| # Code of Conduct | ||
|
|
||
| MiniExcel is part of the [.NET Foundation](https://dotnetfoundation.org/), and we ask our contributors to abide by their [Code of Conduct](https://www.dotnetfoundation.org/code-of-conduct). |
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,52 @@ | ||
| # Contributing to MiniExcel | ||
|
|
||
| Thank you for your enthusiasm and generosity in wanting to contribute to the project! | ||
|
|
||
| We kindly ask you to follow the guidelines hereby specified. | ||
|
|
||
| ## Reporting an issue | ||
|
|
||
| Bugs are tracked via [GitHub issues](https://github.com/mini-software/miniexcel/issues/). | ||
| The issue template will help you on the way to create a new one: | ||
|
|
||
| * Create an issue via the [issues list](https://github.com/mini-software/miniexcel/issues/new?template=bug_report.md) | ||
| * Include the versions of MiniExcel that are affected | ||
| * Specify the target framework and operating system | ||
| * Describe the differences between the expected behaviour and the actual behaviour | ||
| * Provide a minimum code sample that reproduces the issue | ||
|
|
||
| ## Requesting a feature/enhancement | ||
|
|
||
| Similarly, feature requests are also tracked via [GitHub](https://github.com/mini-software/miniexcel/issues/) issues. | ||
| The issue template will help you on the way once again: | ||
|
|
||
| * Create an issue via the [issues list](https://github.com/mini-software/MiniExcel/issues/new?template=feature_request.md) | ||
| * Explain your motivations for the feature to be included | ||
| * Describe how the feature would work | ||
| * Include workarounds where applicable | ||
|
|
||
| ## Making a PR | ||
|
|
||
| **Please do not open a PR that does not reference an issue**. | ||
| * If an issue does not already exist please create one via the issues list | ||
| * Fork the repository and create a branch with a descriptive name | ||
| * Attempt to make commits of logical units | ||
| * Verify the solution builds successfully and all tests pass | ||
| * Create the PR making sure: | ||
| * It references the issue addressed by the PR | ||
| * Unit tests for the changes have been added | ||
| * Documentation has been updated where necessary | ||
|
|
||
| ## AI Usage | ||
|
|
||
| The use of AI agents is allowed for generating bugfixes, unit tests and documentation. | ||
| Please make sure to review all AI contributions submitted on your behalf. | ||
|
|
||
| We kindly ask you to refrain from using AI to generate new features, | ||
| as it becomes increasingly difficult and time-consuming for the maintainers to review them, integrate them appropriately into the codebase, and ultimately maintain them indefinitely. | ||
|
|
||
| ## Questions? | ||
|
|
||
| Feel free to open a discussion or contact the maintainers directly via email if you have further inquiries. | ||
|
|
||
| Finally, when contributing please keep in mind our [Code of Conduct](CODE_OF_CONDUCT.md). | ||
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
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
Oops, something went wrong.
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.