hack-workshop-lobe/CONTRIBUTING.md

34 строки
2.2 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

## Contributing
This project welcomes contributions and suggestions. Before you get started, you should read the [readme](README.md).
- 🤔 **CONSIDER** adding a unit test if your PR resolves an issue.
-**DO** check open PR's to avoid duplicates.
-**DO** keep pull requests small so they can be easily reviewed.
-**DO** build locally before pushing.
-**DO** make sure tests pass.
-**DO** make sure any new changes are documented.
-**DO** make sure not to introduce any compiler warnings.
- ❌**AVOID** breaking the continuous integration build.
- ❌**AVOID** making significant changes to the overall architecture.
### Creating a Pull Request
All pull requests should have an accompanying issue. Create one if there is not one matching your code. The code will be checked by continuous integration. Once this CI passes, the code will be reviewed, ideally approved, then merged.
### CLA
Open source contributions require you to agree to a standard Microsoft Contributor License Agreement (CLA) declaring that you grant us the rights to use your contribution. For details, visit [this page][microsoft-open-source-cla].
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.
### Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct][microsoft-open-source-code-of-conduct]. For more information see the [Code of Conduct FAQ][microsoft-open-source-code-of-conduct-faq] or contact [opencode@microsoft.com][microsoft-opencode-email-address] with any additional questions or comments.
<!-- Links -->
[microsoft-open-source-cla]: https://cla.opensource.microsoft.com "Microsoft Open Source CLA"
[microsoft-open-source-code-of-conduct]: https://opensource.microsoft.com/codeofconduct/ "Microsoft Open Source Code of Conduct"
[microsoft-open-source-code-of-conduct-faq]: https://opensource.microsoft.com/codeofconduct/faq/ "Microsoft Open Source Code of Conduct FAQ"
[microsoft-opencode-email-address]: mailto:opencode@microsoft.com "opencode@microsoft.com"