Search Results for

    Show / Hide Table of Contents

    Repository

    All simplic repositories must follow these rules:

    • All repositories need a README.md
    • All repositories require a .github directory, which contains a PULL_REQUEST_TEMPLATE.md. File content:
    I've checked the following points:
    
    - [ ] I've formatted the code by pressing (STRG + K + D)
    - [ ] I've removed unnecessary usings
    - [ ] I've not used magic variables
    - [ ] I've used localization service instead of text
    - [ ] All `public` things have comments
    - [ ] This has been followed: [conventions](https://simplic.github.io/dev/csharp/getting_started/conventions.html)
    
    • The dev-branch should always be the default branch
    • The master-branch should be protected and a reviewer is required.
    • Improve this Doc
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx