Organizing metadata needed for repo publishing

This commit is contained in:
Alexander Kostikov 2020-04-29 15:12:18 -07:00
Родитель 08af64fef2
Коммит 31810190c8
3 изменённых файлов: 23 добавлений и 10 удалений

19
CONTRIBUTING.md Normal file
Просмотреть файл

@ -0,0 +1,19 @@
# Contributing
This project welcomes contributions and suggestions. 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.opensource.microsoft.com.
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., status check,
comment). Simply follow the instructions provided by the bot. You will only need
to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
# technical guidance
build instructions, coding conventions, or a project roadmap

Просмотреть файл

@ -1,5 +1,6 @@
MIT License
PSToolset
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy

Просмотреть файл

@ -1,14 +1,7 @@
# the purpose and state of the repository
Set of tools for Powershell. It was started as a helper project for daily stuff but got polished over the years. Uses some constructs from Powershell 7, so module is marked for PS7.
# Contributing
# Documentation from toolbox
This project welcomes contributions and suggestions. 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.opensource.microsoft.com.
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., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.