Skip to content

Commit 34cb3b0

Browse files
authored
Merge pull request #9264 from tmeschter/230914-OpenSourceCompliance
Address open source compliance requirements
2 parents 764f001 + 816a0b7 commit 34cb3b0

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Contributing
22

3-
We welcome contributions. Great ways to contribute include trying things out, filing bugs, joining in design conversations and fixing issues. If you're looking at places to contribute code, take a look at our [help wanted issues](https://github.com/dotnet/project-system/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+Wanted%22).
3+
We welcome contributions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
4+
5+
Great ways to contribute include trying things out, filing bugs, joining in design conversations and fixing issues. If you're looking at places to contribute code, take a look at our [help wanted issues](https://github.com/dotnet/project-system/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+Wanted%22).
6+
7+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
48

59
If you want to submit a feature or a substantial code contribution, please discuss it first with the the team by [filing an issue](https://github.com/dotnet/project-system/issues/new), making sure it follows our [Roadmap](docs/repo/roadmap.md).
610

File renamed without changes.

ProjectSystem.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{5204CAC5
6767
Directory.Build.targets = Directory.Build.targets
6868
Directory.Packages.props = Directory.Packages.props
6969
Launch.cmd = Launch.cmd
70-
LICENSE.md = LICENSE.md
70+
LICENSE.txt = LICENSE.txt
7171
nuget.config = nuget.config
7272
README.md = README.md
7373
SECURITY.md = SECURITY.md

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ We welcome you to try things out, [file issues](https://github.com/dotnet/projec
6464

6565
This project has adopted a code of conduct adapted from the [Contributor Covenant](https://www.contributor-covenant.org) to clarify expected behavior in our community. This code of conduct has been [adopted by many other projects](https://www.contributor-covenant.org/adopters/). For more information, see [Contributors Code of conduct](https://github.com/dotnet/home/blob/master/guidance/be-nice.md).
6666

67+
## Trademarks
68+
69+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
70+
71+
## Data Collection
72+
73+
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in ["Visual Studio Customer Experience Improvement Program"](https://learn.microsoft.com/visualstudio/ide/visual-studio-experience-improvement-program). There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft’s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
74+
6775
<!-- References -->
6876

6977
[MainBranch]: https://github.com/dotnet/project-system/tree/main

0 commit comments

Comments
 (0)