Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 0aebae6

Browse files
Update CONTRIBUTING.md to clarify contribution types (github#68)
* Update CONTRIBUTING.md to clarify contribution types Added a section outlining the types of contributions welcomed for the project, including bug fixes, SDK improvements, and documentation enhancements. * Fix typo
1 parent cb80f83 commit 0aebae6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Contributions to this project are [released](https://help.github.com/articles/gi
99

1010
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
1111

12+
## What kinds of contributions we're looking for
13+
14+
We'd love your help with:
15+
16+
* Fixing any bugs in the existing feature set
17+
* Making the SDKs more idiomatic and nice to use for each supported language
18+
* Improving documentation
19+
20+
If you have ideas for entirely new features, please post an issue or start a discussion. We're very open to new features but need to make sure they align with the direction of the underlying Copilot CLI and can be maintained in sync across all our supported languages.
21+
22+
Currently **we are not looking to add SDKs for other languages**. If you want to create a Copilot SDK for another language, we'd love to hear from you, and we may offer to link to your SDK from our repo. However we do not plan to add further language-specific SDKs to this repo in the short term, since we need to retain our maintenance capacity for moving forwards quickly with the existing language set. So, for any other languages, please consider running your own external project.
23+
1224
## Prerequisites for running and testing code
1325

1426
This is a multi-language SDK repository. Install the tools for the SDK(s) you plan to work on:

0 commit comments

Comments
 (0)