35 строки
2.1 KiB
Markdown
35 строки
2.1 KiB
Markdown
# Contributing to DocFX
|
|
|
|
Welcome and thank you for your interest in contributing to docfx ❤️
|
|
|
|
## Asking Questions
|
|
|
|
Have a question using docfx? Please use [Discussions](https://github.com/dotnet/docfx/discussions) for frequently asked questions.
|
|
|
|
## Requesting Features
|
|
|
|
Your comments and feedbacks are important to us. We want to hear from you to continuously improve this project!
|
|
|
|
Before you create a new issue, search in the [issues](https://github.com/dotnet/docfx/issues) page to see if the idea has already been presented. Participate in the discussion with friendly and relavant comments, or simply add your reactions (👍 👎) in place.
|
|
|
|
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community.
|
|
+For more information see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
|
|
|
|
## Reporting Issues
|
|
|
|
Found a reproducible bug in docfx? Do a simple search in the [issues](https://github.com/dotnet/docfx/issues) to see if the problem has been reported or been fixed in the latest version.
|
|
|
|
Please file a single issue per problem and do not mix multiple bugs and feature requests in the same issue.
|
|
|
|
Please kindly provide the minimal reproduce steps to help us identify the problem. Sample projects and other relavant info are also very helpful. The more info we have, the more likely we reproducing the issue and providing a fix.
|
|
|
|
## Contributing Code
|
|
|
|
If you are interested in writing code to fix issues, please see [README](README.md).
|
|
|
|
You will need to sign a [Contributor License Agreement](https://cla.dotnetfoundation.org/) before submitting your pull request. To complete the Contributor License Agreement (CLA), you will need to submit a request via the form and then electronically sign the Contributor License Agreement when you receive the email containing the link to the document. This needs to only be done once for any .NET Foundation OSS project.
|
|
|
|
# Thank You!
|
|
|
|
Your contributions to open source, large or small, helps this grow. Thank you for taking the time to contribute.
|